Skip to content

Commit 8e7589a

Browse files
committed
Update monitoring-appset.yaml
1 parent 07ac89c commit 8e7589a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

infrastructure/controllers/argocd/apps/appsets/monitoring-appset.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ spec:
2727
targetRevision: HEAD
2828
# The path points directly to the directory containing the argo-app.yaml file.
2929
path: '{{path.directory}}'
30+
# Instruct Argo CD's Kustomize builder to enable Helm chart support.
31+
kustomize:
32+
buildOptions: "--enable-helm"
3033
destination:
3134
server: https://kubernetes.default.svc
3235
namespace: '{{namespace}}'

0 commit comments

Comments
 (0)