From aba6a9db8f6f082ec7b9a418835b1a4208653968 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 10 Apr 2024 14:37:21 +0200 Subject: [PATCH] fix(maubot): mount config from secret instead of configmap --- charts/maubot/Chart.yaml | 2 +- charts/maubot/templates/deployment.yaml | 4 ++-- charts/maubot/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/maubot/Chart.yaml b/charts/maubot/Chart.yaml index 8469b14..494aacd 100644 --- a/charts/maubot/Chart.yaml +++ b/charts/maubot/Chart.yaml @@ -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 diff --git a/charts/maubot/templates/deployment.yaml b/charts/maubot/templates/deployment.yaml index 6f50c00..0b9a8f6 100644 --- a/charts/maubot/templates/deployment.yaml +++ b/charts/maubot/templates/deployment.yaml @@ -39,5 +39,5 @@ spec: persistentVolumeClaim: claimName: {{ .Values.persistence.existingClaim }} - name: config - configMap: - name: {{ .Values.existingConfigMap }} + secret: + secretName: {{ .Values.existingSecretConfigMap }} diff --git a/charts/maubot/values.yaml b/charts/maubot/values.yaml index d87c70e..981dbb2 100644 --- a/charts/maubot/values.yaml +++ b/charts/maubot/values.yaml @@ -1,4 +1,4 @@ -existingConfigMap: maubot-config-tpl +existingSecretConfigMap: maubot-secret persistence: existingClaim: maubot