1
0
Fork 0
This repository has been archived on 2025-09-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
wsj-discord-drink-notification/deploy/charts/wsj-drink/templates/registry-secret.yaml
2023-07-31 15:06:25 +09:00

7 lines
205 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: {{ include "wsj-drink.fullname" . }}-registry-credentials
type: kubernetes.io/dockerconfigjson
data:
.dockerconfigjson: {{ .Values.image.pullSecretBase64 }}