mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
feat(common): Release common library 3.6.0 (#364)
Signed-off-by: solidDoWant <fred.heinecke@yahoo.com> Co-authored-by: solidDoWant <fred.heinecke@yahoo.com>
This commit is contained in:
parent
6d23aa66ca
commit
e68b41ed0a
11 changed files with 240 additions and 9 deletions
|
@ -4,6 +4,8 @@ global:
|
|||
nameOverride:
|
||||
# -- Set the entire name definition
|
||||
fullnameOverride:
|
||||
# -- Propagate global metadata to Pod labels.
|
||||
propagateGlobalMetadataToPods: false
|
||||
# -- Set additional global labels. Helm templates can be used.
|
||||
labels: {}
|
||||
# -- Set additional global annotations. Helm templates can be used.
|
||||
|
@ -48,6 +50,9 @@ defaultPodOptions:
|
|||
# -- Use the host's pid namespace
|
||||
hostPID: false
|
||||
|
||||
# -- Use the host's user namespace (requires 1.29 or newer)
|
||||
hostUsers: true
|
||||
|
||||
# -- Set image pull secrets
|
||||
imagePullSecrets: []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue