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
|
A plugin-based Matrix bot system
|
||||||
appVersion: v0.4.2
|
appVersion: v0.4.2
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Tommy Skaug
|
- name: Tommy Skaug
|
||||||
email: tommy@skaug.me
|
email: tommy@skaug.me
|
||||||
|
|
|
@ -40,4 +40,4 @@ spec:
|
||||||
claimName: {{ .Values.persistence.existingClaim }}
|
claimName: {{ .Values.persistence.existingClaim }}
|
||||||
- name: config
|
- name: config
|
||||||
configMap:
|
configMap:
|
||||||
name: {{ include "maubot.fullname" . }}
|
name: {{ .Values.existingConfigMap }}
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
existingConfigMap: maubot-config-tpl
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
existingClaim: maubot
|
existingClaim: maubot
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
existingConfigMap: maubot-config-tpl
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
existingClaim: maubot
|
existingClaim: maubot
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue