Hi,
It is more a question than an actual issue, but do you have any way of running the build config, wait for it to succeed before the deployment resource is created using helm ?
I know helm have some hook policy that allows you to create the build config ressource beforehand :
annotations:
helm.sh/hook: pre-install
But it doesn't wait for it to complete before creating the deployment ressource.
Any suggestions/ideas on that will be more than appreciated :)
Hi,
It is more a question than an actual issue, but do you have any way of running the build config, wait for it to succeed before the deployment resource is created using helm ?
I know helm have some hook policy that allows you to create the build config ressource beforehand :
But it doesn't wait for it to complete before creating the deployment ressource.
Any suggestions/ideas on that will be more than appreciated :)