mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 15:31:38 +01:00
fix(helmfile): Adap to existing naming
Signed-off-by: Axel Lender <lender@b1-systems.de>
This commit is contained in:
@@ -25,8 +25,8 @@ dovecot:
|
||||
password:
|
||||
value: {{ .Values.secrets.cassandra.dovecotDictmapUser | quote }}
|
||||
existingSecret:
|
||||
name: {{ .Values.externalSecrets.cassandra.dovecotDictmapUser.name | quote }}
|
||||
key: {{ .Values.externalSecrets.cassandra.dovecotDictmapUser.key | quote }}
|
||||
name: {{ .Values.externalSecrets.dovecot.dictmapUser.name | quote }}
|
||||
key: {{ .Values.externalSecrets.dovecot.dictmapUser.key | quote }}
|
||||
keyspace: {{ .Values.databases.dovecotDictmap.name | quote }}
|
||||
sharedMailboxes:
|
||||
enabled: true
|
||||
@@ -36,8 +36,8 @@ dovecot:
|
||||
password:
|
||||
value: {{ .Values.secrets.cassandra.dovecotACLUser | quote }}
|
||||
existingSecret:
|
||||
name: {{ .Values.externalSecrets.cassandra.dovecotACLUser.name | quote }}
|
||||
key: {{ .Values.externalSecrets.cassandra.dovecotACLUser.key | quote }}
|
||||
name: {{ .Values.externalSecrets.dovecot.aclUser.name | quote }}
|
||||
key: {{ .Values.externalSecrets.dovecot.aclUser.key | quote }}
|
||||
keyspace: {{ .Values.databases.dovecotACL.name | quote }}
|
||||
objectStorage:
|
||||
bucket: {{ .Values.objectstores.dovecot.bucket | quote }}
|
||||
@@ -57,6 +57,6 @@ dovecot:
|
||||
password:
|
||||
value: {{ .Values.objectstores.dovecot.secretKey | default .Values.secrets.minio.dovecotUser | quote }}
|
||||
existingSecret:
|
||||
name: {{ .Values.externalSecrets.minio.dovecotUser.name | quote }}
|
||||
key: {{ .Values.externalSecrets.minio.dovecotUser.key | quote }}
|
||||
name: {{ .Values.externalSecrets.objectstores.dovecotUser.name | quote }}
|
||||
key: {{ .Values.externalSecrets.objectstores.dovecotUser.key | quote }}
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user