fix: add manifest rendering to dapr

This commit is contained in:
2025-06-21 08:28:31 +02:00
parent e594a2c470
commit 9cbf1e8c9d
+12
View File
@@ -13,6 +13,18 @@ spec:
namespace: dapr-system
server: 'https://kubernetes.default.svc'
sources:
- repoURL: {{ .Values.clusterConfig.manifests }}
targetRevision: HEAD
path: helmfile.d
plugin:
name: helmfile-cmp
env:
- name: CLUSTER_NAME
value: {{ .Values.clusterConfig.cluster }}
- name: HELMFILE_ENVIRONMENT
value: default
- name: HELMFILE_FILE_PATH
value: dapr.yaml.gotmpl
- repoURL: https://dapr.github.io/helm-charts
targetRevision: 1.14.4
chart: dapr