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
Our current installation is tenant for each member, the tenant include backend chart and frontend chart.
I'm using argocd application with sources instead source to deploy both together for each tenant.
To make some additional changes for some tenants, we want to change environment variables of the deployment.
Current method allow to pass parameter which overwrite a value from values, but in my case I have in values.yaml:
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
-
Our current installation is tenant for each member, the tenant include backend chart and frontend chart.
I'm using argocd application with
sources
insteadsource
to deploy both together for each tenant.To make some additional changes for some tenants, we want to change environment variables of the deployment.
Current method allow to pass parameter which overwrite a value from values, but in my case I have in
values.yaml
:and in my deployment I'm quote this part.
How I can add or overwrite this section from
Application
( argoproj.io/v1alpha1 )Beta Was this translation helpful? Give feedback.
All reactions