https://pulumi.com logo
b

bland-cat-29878

05/12/2020, 10:26 AM
Hi - I have the postgres helm chart installing fine but I want to wait for it to be fully up and running before I start to run things like migrations - how can i do that?
h

hallowed-rain-9096

05/12/2020, 1:33 PM
* subscribe * - I want to know the answer to this question
g

gorgeous-egg-16927

05/12/2020, 3:14 PM
šŸ‘ 2
b

bland-cat-29878

05/12/2020, 4:14 PM
"you can work around the problem by depending on one or more sub-resources from theĀ 
ComponentResource
" is there an example of getting at the sub-resources?
g

gorgeous-egg-16927

05/12/2020, 4:16 PM
b

bland-cat-29878

05/12/2020, 4:23 PM
seems to be working a treat - doing a bit more testing
hmmm saying that it seems to ignore it - using this
varĀ dependableĀ =Ā postgres.getResource('v1/pod',Ā 'default',Ā 'postgresql-postgresql-0');