diff --git a/shell/chart/monitoring/prometheus/index.vue b/shell/chart/monitoring/prometheus/index.vue index 17e753cb8eb..191e558c376 100644 --- a/shell/chart/monitoring/prometheus/index.vue +++ b/shell/chart/monitoring/prometheus/index.vue @@ -130,10 +130,7 @@ export default { } }; } else { - this.$delete( - this.value.prometheus.prometheusSpec.storageSpec, - 'volumeClaimTemplate' - ); + delete this.value.prometheus.prometheusSpec.storageSpec['volumeClaimTemplate']; } }, },