fix(maubot): mount config from secret instead of configmap
This commit is contained in:
parent
0f71d4222e
commit
aba6a9db8f
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -39,5 +39,5 @@ spec:
|
|||
persistentVolumeClaim:
|
||||
claimName: {{ .Values.persistence.existingClaim }}
|
||||
- name: config
|
||||
configMap:
|
||||
name: {{ .Values.existingConfigMap }}
|
||||
secret:
|
||||
secretName: {{ .Values.existingSecretConfigMap }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
existingConfigMap: maubot-config-tpl
|
||||
existingSecretConfigMap: maubot-secret
|
||||
|
||||
persistence:
|
||||
existingClaim: maubot
|
||||
|
|
Loading…
Reference in a new issue