Skip to content

Commit

Permalink
fix: set default value of imagePullSecrets to empty list
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Csordas authored and Kurt108 committed Jul 15, 2024
1 parent 6a6d24c commit 703da74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions charts/gotenberg/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ image:
tag: 7.5.0
pullPolicy: IfNotPresent

imagePullSecrets:
- name: ""
imagePullSecrets: []

env:
open:
Expand Down

0 comments on commit 703da74

Please sign in to comment.