X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fcharts%2Fso-mariadb%2Ftemplates%2Fpv.yaml;fp=kubernetes%2Fso%2Fcharts%2Fmariadb%2Ftemplates%2Fpv.yaml;h=d1e1b04121a3378b57cb9e71d75d514ea810af8e;hb=3cd3fb1cad83f58f995e7c6045b558b982338217;hp=184728f8ad69f1716022df76731903aa60bed62a;hpb=13ffd5d63520ff08d7a3abdf035bbcb38b55e50c;p=oom.git diff --git a/kubernetes/so/charts/mariadb/templates/pv.yaml b/kubernetes/so/charts/so-mariadb/templates/pv.yaml old mode 100644 new mode 100755 similarity index 99% rename from kubernetes/so/charts/mariadb/templates/pv.yaml rename to kubernetes/so/charts/so-mariadb/templates/pv.yaml index 184728f8ad..d1e1b04121 --- a/kubernetes/so/charts/mariadb/templates/pv.yaml +++ b/kubernetes/so/charts/so-mariadb/templates/pv.yaml @@ -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