Skip to content

Commit

Permalink
Merge pull request #1076 from makaronak/loadtester-secrets
Browse files Browse the repository at this point in the history
feat: allow loadtester pull secrets
  • Loading branch information
stefanprodan authored Dec 14, 2021
2 parents 7f0f97d + b03b75c commit edf7b90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/loadtester/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions charts/loadtester/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ image:
repository: ghcr.io/fluxcd/flagger-loadtester
tag: 0.19.0
pullPolicy: IfNotPresent
pullSecret:

podLabels: {}

Expand Down

0 comments on commit edf7b90

Please sign in to comment.