We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ac89c commit 8e7589aCopy full SHA for 8e7589a
1 file changed
infrastructure/controllers/argocd/apps/appsets/monitoring-appset.yaml
@@ -27,6 +27,9 @@ spec:
27
targetRevision: HEAD
28
# The path points directly to the directory containing the argo-app.yaml file.
29
path: '{{path.directory}}'
30
+ # Instruct Argo CD's Kustomize builder to enable Helm chart support.
31
+ kustomize:
32
+ buildOptions: "--enable-helm"
33
destination:
34
server: https://kubernetes.default.svc
35
namespace: '{{namespace}}'
0 commit comments