feat: allow loadtester pull secrets

Signed-off-by: Maksim Makaronak <maksim.makaronak@ihsmarkit.com>
This commit is contained in:
Maksim Makaronak
2021-12-14 14:19:47 +03:00
parent f0d2e60a9a
commit b03b75cd7e
2 changed files with 5 additions and 0 deletions
@@ -81,6 +81,10 @@ spec:
volumeMounts:
{{- toYaml . | nindent 12 }}
{{- end }}
{{- if .Values.image.pullSecret }}
imagePullSecrets:
- name: {{ .Values.image.pullSecret }}
{{- end }}
{{ with .Values.volumes }}
volumes:
{{- toYaml . | nindent 8 }}
+1
View File
@@ -4,6 +4,7 @@ image:
repository: ghcr.io/fluxcd/flagger-loadtester
tag: 0.19.0
pullPolicy: IfNotPresent
pullSecret:
podLabels: {}