refactor: rename wsj-standup to wsj-drink (safe to do, this is a fork)
- forked - renamed the helm chart
This commit is contained in:
parent
bc197a9fd0
commit
a39cc7ff89
9 changed files with 22 additions and 22 deletions
7
deploy/charts/wsj-drink/templates/registry-secret.yaml
Normal file
7
deploy/charts/wsj-drink/templates/registry-secret.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ include "wsj-drink.fullname" . }}-registry-credentials
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
data:
|
||||
.dockerconfigjson: {{ .Values.image.pullSecretBase64 }}
|
||||
Reference in a new issue