mirror of
https://github.com/truenas/charts.git
synced 2026-06-17 15:38:49 +08:00
fix mapping
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{{- $index := .index -}}
|
||||
{{- $vol := .volume -}}
|
||||
{{- $root := .root -}}
|
||||
{{- $pvcName := include "ix.v1.common.names.volume.pvc" (dict "index" $index "root" $root "pvcVolValues" $vol) -}}
|
||||
{{- $pvcName := include "ix.v1.common.names.volume.pvc" (dict "index" $index "root" $root "pvcVolValues" $vol) }}
|
||||
- name: {{ $index }}
|
||||
persistentVolumeClaim:
|
||||
claimName: {{ tpl $pvcName $root }}
|
||||
|
||||
Reference in New Issue
Block a user