X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fmulticloud%2Fcomponents%2Fmulticloud-prometheus%2Ftemplates%2Fpv.yaml;fp=kubernetes%2Fmulticloud%2Fcharts%2Fmulticloud-prometheus%2Ftemplates%2Fpv.yaml;h=1b67193e7aabb70a66b32b041eb2223ceb5cddf2;hb=37dc40c21527d479daa838f18949c1da4151d987;hp=9bd51de78cba6e681e5a9762d143173278b8ddad;hpb=f0dacd23777a7998915afe00150b25135b932f86;p=oom.git diff --git a/kubernetes/multicloud/charts/multicloud-prometheus/templates/pv.yaml b/kubernetes/multicloud/components/multicloud-prometheus/templates/pv.yaml similarity index 96% rename from kubernetes/multicloud/charts/multicloud-prometheus/templates/pv.yaml rename to kubernetes/multicloud/components/multicloud-prometheus/templates/pv.yaml index 9bd51de78c..1b67193e7a 100644 --- a/kubernetes/multicloud/charts/multicloud-prometheus/templates/pv.yaml +++ b/kubernetes/multicloud/components/multicloud-prometheus/templates/pv.yaml @@ -14,7 +14,6 @@ # limitations under the License. */}} -{{- if .Values.global.prometheus.enabled -}} {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) -}} {{- if eq "True" (include "common.needPV" .) -}} kind: PersistentVolume @@ -39,4 +38,3 @@ spec: path: {{ .Values.global.persistence.mountPath | default .Values.persistence.mountPath }}/{{ include "common.release" . }}/{{ .Values.persistence.mountSubPath }} {{- end -}} {{- end -}} -{{- end -}}