feat: add dapr helmfile et al.

This commit is contained in:
2025-06-20 19:57:38 +02:00
parent cee8040875
commit 3ca8363040
5 changed files with 55 additions and 9 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
dapr:
enabled: true
enabled: true
autsync: false
+10 -6
View File
@@ -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
+2 -1
View File
@@ -1,3 +1,4 @@
global:
ha:
enabled: true
enabled: true
replicaCount: 3