diff --git a/values/dapr/manifests/dapr.yaml b/values/dapr/manifests/dapr.yaml index d4e3c875..4b6b57a0 100644 --- a/values/dapr/manifests/dapr.yaml +++ b/values/dapr/manifests/dapr.yaml @@ -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