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
|
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
|
||||||
|
|
|
@ -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 }}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
existingConfigMap: maubot-config-tpl
|
existingSecretConfigMap: maubot-secret
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
existingClaim: maubot
|
existingClaim: maubot
|
||||||
|
|
Loading…
Reference in a new issue