chore(argo-cd): Replace non-existing examples with official example domain (#2352)

This commit is contained in:
Marco Maurer (-Kilchhofer) 2023-11-19 23:18:57 +01:00 committed by GitHub
parent a78556018d
commit 14887dd57d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -410,7 +410,7 @@ configs:
## - https://argo-cd.readthedocs.io/en/stable/user-guide/projects/#project-scoped-repositories-and-clusters
clusterCredentials: []
# - name: mycluster
# server: https://mycluster.com
# server: https://mycluster.example.com
# labels: {}
# annotations: {}
# config:
@ -419,7 +419,7 @@ configs:
# insecure: false
# caData: "<base64 encoded certificate>"
# - name: mycluster2
# server: https://mycluster2.com
# server: https://mycluster2.example.com
# labels: {}
# annotations: {}
# namespaces: namespace1,namespace2
@ -430,7 +430,7 @@ configs:
# insecure: false
# caData: "<base64 encoded certificate>"
# - name: mycluster3-project-scoped
# server: https://mycluster3.com
# server: https://mycluster3.example.com
# labels: {}
# annotations: {}
# project: my-project1