fix: fix yaml typo

This commit is contained in:
Jonas Juselius
2024-02-21 13:02:51 +01:00
parent 6cf54bacf5
commit f3957f4718
@@ -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