Skip to content

Commit

Permalink
Replace remaining instances of \$delete with delete
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Rak <[email protected]>
  • Loading branch information
rak-phillip committed Oct 14, 2024
1 parent cf1341c commit 468685b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions shell/chart/monitoring/prometheus/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,7 @@ export default {
}
};
} else {
this.$delete(
this.value.prometheus.prometheusSpec.storageSpec,
'volumeClaimTemplate'
);
delete this.value.prometheus.prometheusSpec.storageSpec['volumeClaimTemplate'];
}
},
},
Expand Down

0 comments on commit 468685b

Please sign in to comment.