helm chart for so containers
[oom.git] / kubernetes / so / charts / so-mariadb / templates / pv.yaml
old mode 100644 (file)
new mode 100755 (executable)
similarity index 99%
rename from kubernetes/so/charts/mariadb/templates/pv.yaml
rename to kubernetes/so/charts/so-mariadb/templates/pv.yaml
index 184728f..d1e1b04
@@ -13,7 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 */}}
-
 {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) -}}
 kind: PersistentVolume
 apiVersion: v1
@@ -34,4 +33,4 @@ spec:
   persistentVolumeReclaimPolicy: {{ .Values.persistence.volumeReclaimPolicy }}
   hostPath:
     path: {{ .Values.global.persistence.mountPath | default .Values.persistence.mountPath }}/{{ .Release.Name }}/{{ .Values.persistence.mountSubPath }}
-{{- end -}}
+{{- end -}}
\ No newline at end of file