[Common] Use global storage templates for PVC
[oom.git] / kubernetes / common / mariadb-galera / templates / pv.yaml
index 96bd94e..795ad31 100644 (file)
@@ -20,7 +20,7 @@
 kind: PersistentVolume
 apiVersion: v1
 metadata:
-  name: {{ include "common.fullname" $global }}-data-{{$i}}
+  name: {{ include "common.fullname" $global }}-data-{{ $i }}
   namespace: {{ include "common.namespace" $global }}
   labels:
     app: {{ include "common.fullname" $global }}