[MULTICLOUD] Uses new tpls for repos / images
[oom.git] / kubernetes / multicloud / components / multicloud-prometheus / templates / pvc.yaml
@@ -14,8 +14,6 @@
 # limitations under the License.
 */}}
 
-{{- if .Values.global.prometheus.enabled -}}
-
 {{- if and .Values.persistence.enabled (not .Values.persistence.existingClaim) -}}
 kind: PersistentVolumeClaim
 apiVersion: v1
@@ -39,5 +37,3 @@ spec:
     requests:
       storage: {{ .Values.persistence.size }}
 {{- end -}}
-
-{{- end -}}