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
packageOverrides:
- packageName: nginx-ingress # your helm chart name
packageAlias: nginx-ingress-simple # this will enforce a helm release name ie: when you do helm ls
packageOverrides:
- path: spec # must be this value
value: # below this key is where you define the "values.yaml" overrides
defaultBackend:
replicaCount: 3
I have helm chart in a Git repo, and alongside the file "values.yaml" there is other Values files within same directory ( same helm chart directory).
With helm command, it's about :
cd my-git-repo helm install xxx ./myapp/ -f values.cluster1.yaml
How to reach the same with Subscription/Channel resources?
So far, this is the resources that i configured:
After creating those resources, a resource
HelmRelease
has been auto-generated in the target cluster, and it looks like :Is there a way to pass values file path (relative to the chart directory) to the HelmRelease CR thru its Subscription CR ?
The text was updated successfully, but these errors were encountered: