feat: imagePullSecrets for servers and controllers (#361)

This commit is contained in:
Tim Hobbs 2020-08-30 19:10:09 +02:00 committed by GitHub
parent e1e2dd9631
commit ffc9220f04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 50 additions and 4 deletions

View file

@ -35,3 +35,7 @@ spec:
fieldPath: metadata.namespace
- name: SENSOR_IMAGE
value: "{{ .Values.registry }}/{{ .Values.sensorController.sensorImage }}:{{ .Values.sensorController.tag }}"
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}