feat: add Helm chart
This commit is contained in:
parent
67d826cd43
commit
7161a5e290
7 changed files with 166 additions and 0 deletions
7
deploy/chart/wsj-standup/templates/configmap.yml
Normal file
7
deploy/chart/wsj-standup/templates/configmap.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "wsj-standup.fullname" . }}-config
|
||||
data:
|
||||
WEBHOOK_URL: {{ .Values.app.WEBHOOK_URL }}
|
||||
SENTRY_DSN: {{ .Values.app.SENTRY_DSN }}
|
||||
Reference in a new issue