Skip to content

Commit

Permalink
fix: helm chart discord webhook url
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet committed Apr 12, 2024
1 parent 63fa3b8 commit 0c3d983
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helm/groupeminaste/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions helm/groupeminaste/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ jwt:
email:
password: ''

discord:
getInTouch: ''

# MySQL configuration

mysql:
Expand Down

0 comments on commit 0c3d983

Please sign in to comment.