17 lines
342 B
YAML
17 lines
342 B
YAML
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"]
|