helm chart for so containers
[oom.git] / kubernetes / so / charts / so-mariadb / templates / pvc.yaml
old mode 100644 (file)
new mode 100755 (executable)
similarity index 99%
rename from kubernetes/so/charts/mariadb/templates/pvc.yaml
rename to kubernetes/so/charts/so-mariadb/templates/pvc.yaml
index e27c331..74ba690
@@ -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: PersistentVolumeClaim
 apiVersion: v1
@@ -45,4 +44,4 @@ spec:
   storageClassName: "{{ .Values.persistence.storageClass }}"
 {{- end }}
 {{- end }}
-{{- end -}}
+{{- end -}}
\ No newline at end of file