You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a Sensor that will cause an Argo Workflow to be run once a POST request is sent to my desired endpoint. The workflow has two steps that run different containers say step-1-container:tag1 and step-2-container:tag2. I would like to be able to use Kustomize to update these tags by specifying them in the images: field. I have not been able to accomplish this and was wondering if anyone could provide some guidance. Below is that I have:
When I use the above and run kubectl apply -k myDir/overlays/dev I am still seeing that the specified containers are still using the old tags and not the ones specified in the kustomization.yaml file.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have created a Sensor that will cause an Argo Workflow to be run once a POST request is sent to my desired endpoint. The workflow has two steps that run different containers say
step-1-container:tag1
andstep-2-container:tag2
. I would like to be able to use Kustomize to update these tags by specifying them in theimages:
field. I have not been able to accomplish this and was wondering if anyone could provide some guidance. Below is that I have:Contents of
kustomconfig.yaml
Contents of
kustomization.yaml
When I use the above and run
kubectl apply -k myDir/overlays/dev
I am still seeing that the specified containers are still using the old tags and not the ones specified in thekustomization.yaml
file.Beta Was this translation helpful? Give feedback.
All reactions