refactor: rename chart to charts [ci skip]
it is common practice to name the folder charts even though there is only one helm chart
This commit is contained in:
parent
c1c93296bf
commit
d548d67b43
9 changed files with 1 additions and 1 deletions
8
deploy/charts/wsj-standup/templates/configmap.yml
Normal file
8
deploy/charts/wsj-standup/templates/configmap.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "wsj-standup.fullname" . }}-config
|
||||
data:
|
||||
WEBHOOK_URL: {{ .Values.app.WEBHOOK_URL }}
|
||||
SENTRY_DSN: {{ .Values.app.SENTRY_DSN }}
|
||||
NODE_ENV: {{ .Values.app.NODE_ENV }}
|
||||
Reference in a new issue