[MULTICLOUD] Uses new tpls for repos / images
[oom.git] / 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 -}}