feat(maubot): add configurable existing configmap

This commit is contained in:
Tommy 2024-04-10 12:38:34 +02:00
parent 6a4002ff98
commit 57f3f5b585
No known key found for this signature in database
4 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -40,4 +40,4 @@ spec:
claimName: {{ .Values.persistence.existingClaim }}
- name: config
configMap:
name: {{ include "maubot.fullname" . }}
name: {{ .Values.existingConfigMap }}

View file

@ -1,3 +1,5 @@
existingConfigMap: maubot-config-tpl
persistence:
existingClaim: maubot

View file

@ -1,3 +1,5 @@
existingConfigMap: maubot-config-tpl
persistence:
existingClaim: maubot