mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
fix(common): Release v4.1.1 (#428)
This commit is contained in:
parent
ce1c8adedb
commit
72cbacc0cd
7 changed files with 88 additions and 39 deletions
|
@ -47,3 +47,21 @@ tests:
|
|||
path: spec.template.spec.nodeSelector
|
||||
value:
|
||||
disktype: hdd
|
||||
|
||||
- it: empty defaultPodOptions with pod override can be merged
|
||||
set:
|
||||
defaultPodOptionsStrategy: merge
|
||||
defaultPodOptions: {}
|
||||
controllers:
|
||||
main:
|
||||
pod:
|
||||
nodeSelector:
|
||||
location: apartment
|
||||
documentSelector:
|
||||
path: $[?(@.kind == "Deployment")].metadata.name
|
||||
value: release-name
|
||||
asserts:
|
||||
- equal:
|
||||
path: spec.template.spec.nodeSelector
|
||||
value:
|
||||
location: apartment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue