Skip to content

Commit

Permalink
Remove testing artefact
Browse files Browse the repository at this point in the history
- Came in with rancher#10054
- The TODO relates to testing locally and shouldn't have been merged
  • Loading branch information
richard-cox committed Dec 12, 2023
1 parent 8f0c769 commit 2397f3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shell/chart/monitoring/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ export default {
// Are we editing an existing chart?
// (ported from shell/chart/monitoring/prometheus/index.vue)
// const { existing = false } = this.$attrs; // TODO: RC
const existing = false;
const { existing = false } = this.$attrs;
// If needed, fetch all the workloads that have prometheus operator like containers
this.workloadTypes = !existing ? Object.values(WORKLOAD_TYPES) : [];
Expand Down

0 comments on commit 2397f3c

Please sign in to comment.