Skip to content

Commit 9c973c6

Browse files
AndrienkoAleksandrRoming22
authored andcommitted
Add more ArgoCD sync waves and phases
Signed-off-by: Oleksandr Andriienko <[email protected]>
1 parent 1f7264d commit 9c973c6

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
apiVersion: apps/v1
3+
kind: Deployment
4+
metadata:
5+
name: pipelines-as-code-controller
6+
namespace: pipelines-as-code
7+
annotations:
8+
argocd.argoproj.io/sync-wave: "1"

operator/gitops/argocd/pipeline-service/pipelines-as-code/kustomization.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ images:
2121

2222
patchesStrategicMerge:
2323
- disable-pipelines-as-code-webhook.yaml
24+
- controller-sync.yaml
25+
- watcher-sync.yaml
2426

2527
patchesJson6902:
2628
- target:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
apiVersion: apps/v1
3+
kind: Deployment
4+
metadata:
5+
name: pipelines-as-code-watcher
6+
namespace: pipelines-as-code
7+
annotations:
8+
argocd.argoproj.io/sync-wave: "2"

0 commit comments

Comments
 (0)