feat: bootstrap ArgoCD with app-of-apps pattern
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
helmDefaults:
|
||||
createNamespace: true
|
||||
wait: true
|
||||
timeout: 300
|
||||
|
||||
releases:
|
||||
- name: argo-cd
|
||||
namespace: argo-cd
|
||||
chart: oci://ghcr.io/argoproj/argo-helm/argo-cd
|
||||
version: 9.2.3
|
||||
values:
|
||||
- values/argo-cd.yaml
|
||||
hooks:
|
||||
- events: ["postsync"]
|
||||
command: kubectl
|
||||
args: ["apply", "-f", "apps/root.yaml"]
|
||||
Reference in New Issue
Block a user