fix: add manifest rendering to dapr
This commit is contained in:
@@ -13,6 +13,18 @@ spec:
|
|||||||
namespace: dapr-system
|
namespace: dapr-system
|
||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
sources:
|
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
|
- repoURL: https://dapr.github.io/helm-charts
|
||||||
targetRevision: 1.14.4
|
targetRevision: 1.14.4
|
||||||
chart: dapr
|
chart: dapr
|
||||||
|
|||||||
Reference in New Issue
Block a user