You've already forked helm-gitea
The following pull request removes the `gitea` directory. With regard to maintaining act_runners in a separate git repository or helm chart, this additional directory becomes redundant.
20 lines
505 B
YAML
20 lines
505 B
YAML
suite: PVC template
|
|
release:
|
|
name: gitea-unittests
|
|
namespace: testing
|
|
templates:
|
|
- templates/pvc.yaml
|
|
tests:
|
|
- it: Storage Class using TPL
|
|
set:
|
|
global.persistence.storageClass: "storage-class"
|
|
persistence.enabled: true
|
|
persistence.create: true
|
|
persistence.storageClass: "{{ .Values.global.persistence.storageClass }}"
|
|
asserts:
|
|
- isKind:
|
|
of: PersistentVolumeClaim
|
|
- equal:
|
|
path: spec.storageClassName
|
|
value: "storage-class"
|