Skip to content

Commit

Permalink
use pvc values
Browse files Browse the repository at this point in the history
  • Loading branch information
Saturn-V committed Oct 19, 2023
1 parent bf042a0 commit 62029b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/service/templates/pvc.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: {{ .Values.adapter.name }}
name: {{ .Values.pvc.name }}
spec:
storageClassName: "" # Empty string must be explicitly set otherwise default StorageClass will be set
volumeName: {{ .Values.adapter.name }}
volumeName: {{ .Values.pvc.name }}
accessModes:
- ReadWriteMany

0 comments on commit 62029b0

Please sign in to comment.