fix(maubot): mount config from secret instead of configmap

This commit is contained in:
Tommy 2024-04-10 14:37:21 +02:00
parent 0f71d4222e
commit aba6a9db8f
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ description: |
A plugin-based Matrix bot system
appVersion: v0.4.2
type: application
version: 0.1.3
version: 0.1.4
maintainers:
- name: Tommy Skaug
email: tommy@skaug.me

View file

@ -39,5 +39,5 @@ spec:
persistentVolumeClaim:
claimName: {{ .Values.persistence.existingClaim }}
- name: config
configMap:
name: {{ .Values.existingConfigMap }}
secret:
secretName: {{ .Values.existingSecretConfigMap }}

View file

@ -1,4 +1,4 @@
existingConfigMap: maubot-config-tpl
existingSecretConfigMap: maubot-secret
persistence:
existingClaim: maubot