Skip to content
Snippets Groups Projects
Commit 2d5b327500e8 authored by Xavier Garnier's avatar Xavier Garnier :bicyclist:
Browse files

feat: docker registry cred values

parent c93fd917b062
No related branches found
No related tags found
1 merge request!4args and command
......@@ -17,6 +17,10 @@
app.kubernetes.io/name: {{ .Values.appName }}
app.kubernetes.io/instance: {{ .Release.Name }}
spec:
{{- if .Values.registryCred }}
imagePullSecrets:
- name: {{ .Release.Name }}-regcred
{{- end }}
{{- if .Values.volume }}
volumes:
- name: {{ .Values.volume.name }}
......
......@@ -67,3 +67,9 @@
path: "/"
# Use this value to specify another port to listen
# port: 80
# Docker registry credentials
registryCred: {}
# registry: registry.exemple.org
# username: user
# password: password
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment