From 9a6f63498343a3cc0bfd811186ebf7e6e7dbbb44 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 27 Jun 2021 20:00:11 +0200 Subject: [PATCH] gitea: update configmap names --- apps/gitea/Chart.yaml | 2 +- apps/gitea/templates/deployment.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/gitea/Chart.yaml b/apps/gitea/Chart.yaml index 8e7b1f9..28b64a0 100644 --- a/apps/gitea/Chart.yaml +++ b/apps/gitea/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.2 +version: 0.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/apps/gitea/templates/deployment.yaml b/apps/gitea/templates/deployment.yaml index 0454dff..a508e46 100644 --- a/apps/gitea/templates/deployment.yaml +++ b/apps/gitea/templates/deployment.yaml @@ -63,17 +63,17 @@ spec: valueFrom: configMapKeyRef: name: {{ tpl .Values.identifier . }}-postgres-config - key: dbname + key: POSTGRES_DB - name: GITEA__database__USER valueFrom: configMapKeyRef: name: {{ tpl .Values.identifier . }}-postgres-config - key: user + key: POSTGRES_USER - name: GITEA__database__PASSWD valueFrom: configMapKeyRef: name: {{ tpl .Values.identifier . }}-postgres-config - key: password + key: POSTGRES_PASSWORD volumeMounts: - name: etcletsencrypt mountPath: "/etc/letsencrypt"