We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73b560 commit d9c1e0cCopy full SHA for d9c1e0c
1 file changed
base/initialize/gitops/components/annotations/kustomization.yaml
@@ -22,6 +22,13 @@ patches:
22
path: /metadata/annotations
23
value:
24
argocd.argoproj.io/sync-wave: "-20"
25
+ - target:
26
+ kind: CatalogSource
27
+ patch: |-
28
+ - op: add
29
+ path: /metadata/annotations
30
+ value:
31
+ argocd.argoproj.io/sync-wave: "-20"
32
# Subscribe to the Operators required in our deployment
33
- target:
34
kind: Subscription
0 commit comments