Switch kustomize base from helmCharts to pre-rendered manifests

kustomize 5.4.3 (bundled in ArgoCD) removed localChartPath and chartPath
from its JSON schema, making helmCharts: with a local chart path invalid.
Pre-render the base manifests with 'make render-helm' instead; overlays
patch the plain YAML as before. ServiceMonitor excluded until Prometheus
is installed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
rod
2026-05-17 13:09:35 +02:00
parent bd3c6b5e25
commit 5d9a159e07
4 changed files with 97 additions and 6 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
# Base Helm values — overlays patch on top of this via strategic merge.
# Helm values used to render k8s/base/manifest.yaml.
# Run 'make render-helm' after changing these or the chart templates.
replicaCount: 1
image: