helm: add an option to allow NFS mount soft fail
pipeline / build-and-push-images (push) Failing after 29s
pipeline / lint-and-publish-chart (push) Has been skipped

This commit is contained in:
2026-07-09 16:13:48 +02:00
parent 3c692adc9b
commit 357601574b
4 changed files with 41 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{{- if .Values.nfs.enabled -}}
{{- if and .Values.nfs.enabled (not .Values.nfs.softFail) -}}
apiVersion: v1
kind: PersistentVolumeClaim
metadata: