Skip to content
Snippets Groups Projects
Commit 97735ead authored by Bastian's avatar Bastian
Browse files

info client add image pull secret

parent 98e0d9a1
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,8 @@ spec: ...@@ -105,6 +105,8 @@ spec:
dnsConfig: {} dnsConfig: {}
dnsPolicy: ClusterFirst dnsPolicy: ClusterFirst
restartPolicy: Always restartPolicy: Always
imagePullSecrets:
- name: {{ .Values.imagePullSecret }}
{{- with .Values.hostAliases }} {{- with .Values.hostAliases }}
hostAliases: hostAliases:
{{ toYaml . | indent 8 }} {{ toYaml . | indent 8 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment