mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 17:07:04 +02:00
28 lines
729 B
YAML
28 lines
729 B
YAML
---
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/helm-unittest/helm-unittest/main/schema/helm-testsuite.json
|
|
suite: persistence nfs
|
|
templates:
|
|
- common.yaml
|
|
values:
|
|
- ../_values/controllers_main_default_container.yaml
|
|
tests:
|
|
- it: nfs persistence type should pass
|
|
set:
|
|
persistence:
|
|
nfs:
|
|
enabled: true
|
|
type: nfs
|
|
server: 10.10.0.8
|
|
path: /tank/nas/library
|
|
asserts:
|
|
- documentIndex: 0
|
|
isKind:
|
|
of: Deployment
|
|
- documentIndex: 0
|
|
equal:
|
|
path: spec.template.spec.volumes[0]
|
|
value:
|
|
name: nfs
|
|
nfs:
|
|
path: /tank/nas/library
|
|
server: 10.10.0.8
|