Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
fix(values): imagePullSecrets was wrongly indented under image (#577)
Browse files Browse the repository at this point in the history
solves #522
  • Loading branch information
Flydiverny authored Dec 22, 2020
1 parent 1a41436 commit 7861473
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/kubernetes-external-secrets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ image:
repository: godaddy/kubernetes-external-secrets
tag: 6.0.0
pullPolicy: IfNotPresent
imagePullSecrets: []

imagePullSecrets: []

nameOverride: ""
fullnameOverride: ""
Expand Down

0 comments on commit 7861473

Please sign in to comment.