feat(argo-cd): Add label to cluster-secrets for usage with appSet cluster selector (#692)
* add cluster label for use with appSet cluster selector Signed-off-by: mike sarver <mike.sarver@ibotta.com> * feat(argo-cd): Add label to cluster-secrets for usage with appSet cluster selector Signed-off-by: mike sarver <mike.sarver@ibotta.com> * feat(argo-cd): use with for adding labels Signed-off-by: mike sarver <mike.sarver@ibotta.com> Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>
This commit is contained in:
parent
7b78693819
commit
71cbdbb811
3 changed files with 6 additions and 1 deletions
|
|
@ -881,6 +881,7 @@ configs:
|
|||
clusterCredentials: []
|
||||
# - name: mycluster
|
||||
# server: https://mycluster.com
|
||||
# labels: {}
|
||||
# annotations: {}
|
||||
# config:
|
||||
# bearerToken: "<authentication token>"
|
||||
|
|
@ -889,6 +890,7 @@ configs:
|
|||
# caData: "<base64 encoded certificate>"
|
||||
# - name: mycluster2
|
||||
# server: https://mycluster2.com
|
||||
# labels: {}
|
||||
# annotations: {}
|
||||
# namespaces: namespace1,namespace2
|
||||
# config:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue