Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Berger <[email protected]>
  • Loading branch information
adberger committed Aug 18, 2023
2 parents 1ecdf91 + c0cdb7a commit 106efc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/common/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
],
"properties": {
"pullSecret": {
"type": "string"
"type": "boolean"
}
}
}
Expand Down
5 changes: 3 additions & 2 deletions charts/common/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ defaultTag: latest
# timezone to set as environment variable 'TZ' in each pod. Comment out for using default ("Europe/Zurich")
# timezone: "Europe/Zurich"

# secrets contains the pullSecret for the container registry to pull images.
# secrets contains the pullSecret for the container registry to pull images. Set to 'true' to use a pullSecret.
# The secret name consists of the 'library.name' variable and the suffix '-registry-pull-secret'.
secrets:
data:
registry:
pullSecret: ""
pullSecret: false

# start common.networkpolicy
# -- networkpolicy restricts all access between the pods. To configure allowed connections, go to components.*.networkpolicy.podSelector
Expand Down

0 comments on commit 106efc2

Please sign in to comment.