feat: add dapr helmfile et al.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
dapr:
|
||||
enabled: true
|
||||
enabled: true
|
||||
autsync: false
|
||||
|
||||
@@ -15,17 +15,21 @@ spec:
|
||||
sources:
|
||||
- repoURL: {{ .Values.clusterConfig.manifests }}
|
||||
targetRevision: HEAD
|
||||
path: helmfiles/dapr
|
||||
path: helmfile.d
|
||||
plugin:
|
||||
name: helmfile
|
||||
name: helmfile-cmp
|
||||
env:
|
||||
- name: CLUSTER_NAME
|
||||
value: {{ .Values.clusterConfig.cluster }}
|
||||
project: default
|
||||
- name: CLUSTER_NAME
|
||||
value: {{ .Values.clusterConfig.cluster }}
|
||||
- name: HELMFILE_ENVIRONMENT
|
||||
value: default
|
||||
- name: HELMFILE_FILE_PATH
|
||||
value: dapr.yaml.gotmpl
|
||||
project: sys
|
||||
syncPolicy:
|
||||
managedNamespaceMetadata:
|
||||
labels:
|
||||
component: aux
|
||||
component: sys
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ApplyOutOfSyncOnly=true
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
global:
|
||||
ha:
|
||||
enabled: true
|
||||
enabled: true
|
||||
replicaCount: 3
|
||||
|
||||
Reference in New Issue
Block a user