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

Commit 7861473

Browse files
authored
fix(values): imagePullSecrets was wrongly indented under image (#577)
solves #522
1 parent 1a41436 commit 7861473

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/kubernetes-external-secrets/values.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ image:
7777
repository: godaddy/kubernetes-external-secrets
7878
tag: 6.0.0
7979
pullPolicy: IfNotPresent
80-
imagePullSecrets: []
80+
81+
imagePullSecrets: []
8182

8283
nameOverride: ""
8384
fullnameOverride: ""

0 commit comments

Comments
 (0)