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,12 @@
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "wsj-drink.serviceAccountName" . }}
labels:
{{- include "wsj-drink.labels" . | nindent 4 }}
{{- with .Values.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}