mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
feat(common): Release 2.0.0-beta.3 (#179)
This commit is contained in:
parent
0c9516b56f
commit
d5eb852bd5
3 changed files with 25 additions and 5 deletions
|
@ -43,6 +43,8 @@ tests:
|
|||
data:
|
||||
type: configMap
|
||||
name: myConfigMap
|
||||
globalMounts:
|
||||
- path: /globalTest
|
||||
advancedMounts:
|
||||
main:
|
||||
main:
|
||||
|
@ -60,6 +62,12 @@ tests:
|
|||
- documentIndex: *DeploymentDoc
|
||||
equal:
|
||||
path: spec.template.spec.containers[0].volumeMounts[0]
|
||||
value:
|
||||
name: data
|
||||
mountPath: /globalTest
|
||||
- documentIndex: *DeploymentDoc
|
||||
equal:
|
||||
path: spec.template.spec.containers[0].volumeMounts[1]
|
||||
value:
|
||||
name: data
|
||||
mountPath: /data/config.yaml
|
||||
|
@ -67,6 +75,12 @@ tests:
|
|||
- documentIndex: *DeploymentDoc
|
||||
equal:
|
||||
path: spec.template.spec.containers[1].volumeMounts[0]
|
||||
value:
|
||||
name: data
|
||||
mountPath: /globalTest
|
||||
- documentIndex: *DeploymentDoc
|
||||
equal:
|
||||
path: spec.template.spec.containers[1].volumeMounts[1]
|
||||
value:
|
||||
name: data
|
||||
mountPath: /appdata/config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue