Skip to content

Commit c3d3aab

Browse files
soohyunmeclaude
andcommitted
fix(argocd): enable kustomize helm chart support
Add kustomize.buildOptions: --enable-helm to argocd-cm so that kustomization.yaml files using helmCharts: can be built correctly. Required for the Loki HelmChart in infrastructure/base/monitoring. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ae79da3 commit c3d3aab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infrastructure/overlays/prod/argocd/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ configs:
55
cm:
66
url: https://argocd.pseudolab-devfactory.com
77
users.anonymous.enabled: "false"
8+
kustomize.buildOptions: --enable-helm
89
# Shared account for bingo service admins (set password in argocd-secret)
910
accounts.bingo-admin: login
1011
rbac:

0 commit comments

Comments
 (0)