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