Skip to content

Commit

Permalink
Prepare removal of chart-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson committed Oct 1, 2024
1 parent 938c585 commit e3b0923
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
groups:
- name: deployment
rules:
# TODO - This is only used by the chart-operator, let's get rid of it when the chart operator is gone.
- alert: WorkloadClusterDeploymentNotSatisfied
annotations:
description: '{{`Deployment {{ $labels.namespace}}/{{ $labels.deployment }} is not satisfied.`}}'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# TODO - This is only used by the chart-operator, let's get rid of it when the chart operator is gone.
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# TODO - This is only used by the chart-operator, let's get rid of it when the chart operator is gone.
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# TODO - This is only used by the chart-operator, let's get rid of it when the chart operator is gone.
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# TODO - This is only used by the chart-operator, let's get rid of it when the chart operator is gone.
---
rule_files:
- helm-operations.rules.yml
Expand Down

0 comments on commit e3b0923

Please sign in to comment.