Use variables in kustomization.yaml #5538
Unanswered
khayalghosh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team,
I am using kustomize with ArgoCD for deployment to AKS cluster.
UseCase
I have configured a pre-sync job which runs before application sync happen. This job calls github workflow which takes image name as input parameters.
I am patching job from overlay like below:
But to make change to image I have to do it on two lines. One above and a below.
I want to pass image tag as an enviroment variable to job which can use it to call github workflow(Described above)
Beta Was this translation helpful? Give feedback.
All reactions