ApplicationSet: Select cluster based on file name? #22604
Unanswered
andres32168
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to create a application in a cluster only when there is a file with the clustername.
Imagine I've following directory structure:
└── monitoring └── kube-state-metrics ├── values.yaml ├── values_clustera.yaml └── values_clusterb.yaml └── values_clusterc.yaml └── logging └── promtail ├── values.yaml ├── values_clustera.yaml └── values_clusterb.yamlAnd now I want to have an ApplicationSet which only creates an Application with a Cluster, when the values_cluster*.yaml exists.
I try the Matrix generator
I wonder if this would be possible? There is no error throwing but applications are not created
Thank you
André
Beta Was this translation helpful? Give feedback.
All reactions