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 A plugin-based Matrix bot system
appVersion: v0.4.2 appVersion: v0.4.2
type: application type: application
version: 0.1.3 version: 0.1.4
maintainers: maintainers:
- name: Tommy Skaug - name: Tommy Skaug
email: tommy@skaug.me email: tommy@skaug.me

View file

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

View file

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