Skip to content

Commit

Permalink
Add support for 'imagePullSecrets' in redis image
Browse files Browse the repository at this point in the history
  • Loading branch information
timothygomoogsoft committed Jun 7, 2021
1 parent 1b62c84 commit 44fe0fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ambassador/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ numbering uses [semantic versioning](http://semver.org).

## Next Release

(no changes yet)
- Change: Support 'imagePullSecrets' for Redis image

## v6.7.9

Expand Down
4 changes: 4 additions & 0 deletions charts/ambassador/templates/aes-redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,8 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{ end }}

0 comments on commit 44fe0fb

Please sign in to comment.