Skip to content

Commit d9c1e0c

Browse files
authored
Add CatalogSource to annotation (#31)
CatalogSource shouild be installed before Subscription. To achieve that this patch moves its creation to sync-wave -20
1 parent a73b560 commit d9c1e0c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

base/initialize/gitops/components/annotations/kustomization.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ patches:
2222
path: /metadata/annotations
2323
value:
2424
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"
2532
# Subscribe to the Operators required in our deployment
2633
- target:
2734
kind: Subscription

0 commit comments

Comments
 (0)