diff --git a/helm/groupeminaste/templates/deployment.yaml b/helm/groupeminaste/templates/deployment.yaml index 9c7b4d0..26b5c3f 100644 --- a/helm/groupeminaste/templates/deployment.yaml +++ b/helm/groupeminaste/templates/deployment.yaml @@ -95,6 +95,8 @@ spec: name: {{ .Values.existingSecret }} {{- end }} key: email-password + - name: DISCORD_GET_IN_TOUCH + value: {{ .Values.discord.getInTouch }} livenessProbe: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: diff --git a/helm/groupeminaste/values.yaml b/helm/groupeminaste/values.yaml index c0929b6..1f6ba8b 100644 --- a/helm/groupeminaste/values.yaml +++ b/helm/groupeminaste/values.yaml @@ -147,6 +147,9 @@ jwt: email: password: '' +discord: + getInTouch: '' + # MySQL configuration mysql: