diff --git a/charts/maubot/Chart.yaml b/charts/maubot/Chart.yaml index ed2f80a..d3ec326 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.0 +version: 0.1.1 maintainers: - name: Tommy Skaug email: tommy@skaug.me diff --git a/charts/maubot/templates/deployment.yaml b/charts/maubot/templates/deployment.yaml index c887e33..6f50c00 100644 --- a/charts/maubot/templates/deployment.yaml +++ b/charts/maubot/templates/deployment.yaml @@ -40,4 +40,4 @@ spec: claimName: {{ .Values.persistence.existingClaim }} - name: config configMap: - name: {{ include "maubot.fullname" . }} \ No newline at end of file + name: {{ .Values.existingConfigMap }} diff --git a/charts/maubot/tests/values.yaml b/charts/maubot/tests/values.yaml index f7f2b77..7112777 100644 --- a/charts/maubot/tests/values.yaml +++ b/charts/maubot/tests/values.yaml @@ -1,3 +1,5 @@ +existingConfigMap: maubot-config-tpl + persistence: existingClaim: maubot diff --git a/charts/maubot/values.yaml b/charts/maubot/values.yaml index f7f2b77..7112777 100644 --- a/charts/maubot/values.yaml +++ b/charts/maubot/values.yaml @@ -1,3 +1,5 @@ +existingConfigMap: maubot-config-tpl + persistence: existingClaim: maubot