--- # yaml-language-server: $schema=https://raw.githubusercontent.com/helm-unittest/helm-unittest/main/schema/helm-testsuite.json suite: persistence nfs templates: - common.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