feat(maubot): add configurable existing configmap
This commit is contained in:
parent
6a4002ff98
commit
57f3f5b585
4 changed files with 6 additions and 2 deletions
|
@ -4,7 +4,7 @@ description: |
|
|||
A plugin-based Matrix bot system
|
||||
appVersion: v0.4.2
|
||||
type: application
|
||||
version: 0.1.0
|
||||
version: 0.1.1
|
||||
maintainers:
|
||||
- name: Tommy Skaug
|
||||
email: tommy@skaug.me
|
||||
|
|
|
@ -40,4 +40,4 @@ spec:
|
|||
claimName: {{ .Values.persistence.existingClaim }}
|
||||
- name: config
|
||||
configMap:
|
||||
name: {{ include "maubot.fullname" . }}
|
||||
name: {{ .Values.existingConfigMap }}
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
existingConfigMap: maubot-config-tpl
|
||||
|
||||
persistence:
|
||||
existingClaim: maubot
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
existingConfigMap: maubot-config-tpl
|
||||
|
||||
persistence:
|
||||
existingClaim: maubot
|
||||
|
||||
|
|
Loading…
Reference in a new issue