fix: fix yaml typo
This commit is contained in:
@@ -8,11 +8,11 @@ spec:
|
||||
rules:
|
||||
- name: remove-argocd-tracking-ids
|
||||
mutate:
|
||||
patchJson6902: |-
|
||||
patchesJson6902: |-
|
||||
- path: /metadata/annotations/argocd.argoproj.io~1tracking-id
|
||||
op: remove
|
||||
match:
|
||||
any:
|
||||
any:
|
||||
- resources:
|
||||
kinds:
|
||||
- Secret
|
||||
@@ -20,7 +20,7 @@ spec:
|
||||
- prod-rabbitmq
|
||||
- staging-rabbitmq
|
||||
exclude:
|
||||
any:
|
||||
any:
|
||||
- resources:
|
||||
kinds:
|
||||
- Namespace
|
||||
|
||||
Reference in New Issue
Block a user