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 am trying to override values in a sub-chart by using an application in argocd and specifying parameters there. However it does not work.
I am trying to use the netbox chart, which has dependencies on redis and postgresql, but then I want to override the values for redis and postgresql through the argocd application.
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
-
Hi all,
I am trying to override values in a sub-chart by using an application in argocd and specifying parameters there. However it does not work.
I am trying to use the netbox chart, which has dependencies on redis and postgresql, but then I want to override the values for redis and postgresql through the argocd application.
This is the Chart.yml
This is my argocd application definition
However the values that start with "postgresql" does not affect the sub-chart.
Does anyone have any idea about how to do this? or am I stuck with deploying individual charts?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions