Skip to content

Commit

Permalink
fix(charts/logging-operator): set empty array as default for imagePul…
Browse files Browse the repository at this point in the history
…lSecret

Signed-off-by: genofire <[email protected]>
  • Loading branch information
genofire authored and Martin Müller committed Jun 19, 2024
1 parent e9be38f commit 2052310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/logging-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ logging:
# -- pullPolicy of eventTailer image
pullPolicy:
# -- imagePullSecrets of eventTailer image
imagePullSecrets:
imagePullSecrets: []
pvc:
# -- enable pvc for
enabled: true
Expand Down Expand Up @@ -274,7 +274,7 @@ logging:
# -- pullPolicy of eventTailer image
pullPolicy:
# -- imagePullSecrets of eventTailer image
imagePullSecrets:
imagePullSecrets: []
# -- workloadMetaOverrides of HostTailer
workloadMetaOverrides:
# -- workloadOverrides of HostTailer
Expand Down

0 comments on commit 2052310

Please sign in to comment.