Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to specify conditions #8

Open
omar-triguii opened this issue Jul 22, 2024 · 0 comments
Open

Is there a way to specify conditions #8

omar-triguii opened this issue Jul 22, 2024 · 0 comments

Comments

@omar-triguii
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant