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
each cluster points to the tenant repository in my case, but each one has its own applications to be deployed on, i want to specify with a file called values.yaml this way:
tenantValues.yaml
app1:
enabled: true
tag: 1.1.1
app2:
enabled: true
tag: 1.1.1
app3:
enabled: false
app4:
enabled: false
app5:
enabled: true
tag: 1.1.1
These values could be passed to kustomization of flux to be applied it or not, but i don't see any condition statement provided either in flux or kustomize docs.
Any suggestions please?
The text was updated successfully, but these errors were encountered:
each cluster points to the tenant repository in my case, but each one has its own applications to be deployed on, i want to specify with a file called values.yaml this way:
tenantValues.yaml
app1:
enabled: true
tag: 1.1.1
app2:
enabled: true
tag: 1.1.1
app3:
enabled: false
app4:
enabled: false
app5:
enabled: true
tag: 1.1.1
These values could be passed to kustomization of flux to be applied it or not, but i don't see any condition statement provided either in flux or kustomize docs.
Any suggestions please?
The text was updated successfully, but these errors were encountered: