mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
feat(common): Release v2.2.0 (#223)
This commit is contained in:
parent
8b21e9f6c7
commit
8bfc33eb8a
11 changed files with 244 additions and 47 deletions
|
@ -186,6 +186,11 @@ controllers:
|
|||
# @default -- 99
|
||||
order: 1
|
||||
|
||||
# -- Specify if this container depends on any other containers
|
||||
# This is used to determine the order in which the containers are rendered.
|
||||
# The use of "dependsOn" completely disables the "order" field within the controller.
|
||||
dependsOn: []
|
||||
|
||||
image:
|
||||
# -- image repository
|
||||
repository:
|
||||
|
@ -327,7 +332,8 @@ controllers:
|
|||
|
||||
# -- Specify any initContainers here as dictionary items.
|
||||
# Each initContainer should have its own key
|
||||
# initContainers get sorted alphanumerically by the `<order>-<identifier>` combination.
|
||||
# initContainers get sorted alphanumerically by the `<order>-<identifier>` combination
|
||||
# if no order or dependsOn has been configured for them.
|
||||
initContainers: {}
|
||||
|
||||
serviceAccount:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue