Verify helm charts with client lint and template
[it/dep.git] / ric-infra / 10-Nexus / helm / nexus / templates / storageClass.yaml
1 kind: StorageClass
2 apiVersion: storage.k8s.io/v1
3 metadata:
4   name: storageclass-{{ include "common.name.nexus" . }}
5 provisioner: kubernetes.io/no-provisioner
6 volumeBindingMode: WaitForFirstConsumer