Test Argo CD self-management with argocd-cm annotation
Add test annotation to argocd-cm ConfigMap to verify that Argo CD automatically syncs changes to its own configuration. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
ba748d6ab4
commit
8f537b8f82
1 changed files with 2 additions and 0 deletions
|
|
@ -31221,6 +31221,8 @@ kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: argocd-cm
|
app.kubernetes.io/name: argocd-cm
|
||||||
|
annotations:
|
||||||
|
test.self-management: "enabled"
|
||||||
data:
|
data:
|
||||||
url: https://argo.basicstack.de
|
url: https://argo.basicstack.de
|
||||||
oidc.config: |
|
oidc.config: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue