Skip to content

Commit

Permalink
Set it to empty string directly in the definition
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Sep 5, 2024
1 parent 1012b44 commit 4b20478
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions helm-chart/templates/nfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ spec:
storage: 1Ti
accessModes:
- ReadWriteMany
storageClassName: {{ .Values.nfs.pv.storageClassName }}
nfs:
server: {{ .Values.nfs.pv.serverIP | quote }}
path: "/db/{{ .Release.Name }}"
Expand All @@ -20,7 +19,7 @@ spec:
accessModes:
- ReadWriteMany
volumeName: {{ .Release.Name }}-db-nfs
storageClassName: {{ .Values.nfs.pv.storageClassName }}
storageClassName: ""
resources:
requests:
storage: 1Ti
1 change: 0 additions & 1 deletion helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ ingress:
nfs:
pv:
serverIP: ""
storageClassName: ""

resources: {}

Expand Down

0 comments on commit 4b20478

Please sign in to comment.