1
0
Fork 0

refactor: rename wsj-standup to wsj-drink (safe to do, this is a fork)

- forked
- renamed the helm chart
This commit is contained in:
Vojtěch Mareš 2023-07-31 15:06:25 +09:00
parent bc197a9fd0
commit a39cc7ff89
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
9 changed files with 22 additions and 22 deletions

View file

@ -0,0 +1,8 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "wsj-drink.fullname" . }}-config
data:
WEBHOOK_URL: {{ .Values.app.WEBHOOK_URL }}
SENTRY_DSN: {{ .Values.app.SENTRY_DSN }}
NODE_ENV: {{ .Values.app.NODE_ENV }}