Merge pull request #1076 from makaronak/loadtester-secrets

feat: allow loadtester pull secrets
This commit is contained in:
Stefan Prodan 2021-12-14 16:15:58 +02:00 committed by GitHub
commit edf7b90c11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -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 }}

View File

@ -4,6 +4,7 @@ image:
repository: ghcr.io/fluxcd/flagger-loadtester
tag: 0.19.0
pullPolicy: IfNotPresent
pullSecret:
podLabels: {}