Skip to content

Commit

Permalink
[XENOPS-1229] remove shared-file-store pvc
Browse files Browse the repository at this point in the history
  • Loading branch information
gert-glassee committed Nov 26, 2024
1 parent 304d0e4 commit 1ac6631
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{{- $namespace := .Release.Namespace -}}
{{- if .Values.enterprise }}
{{- with .Values.persistentStorage.sharedFileStore }}
{{- if and .enabled .Values.enterprise }}
{{- if .enabled }}
{{- $name := "shared-file-store" -}}
{{- $storageClassName := .storageClassName -}}
{{- $storage := .storage -}}
{{- $efsVolumeHandle := .efs.volumeHandle -}}
{{- include "hepers.volumeHelper" (list $namespace $name $storageClassName $storage $efsVolumeHandle) }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 1ac6631

Please sign in to comment.