Hi - I have the postgres helm chart installing fin...
# general
b
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
* subscribe * - I want to know the answer to this question
g
šŸ‘ 2
b
"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
b
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');