Skip to content

Commit

Permalink
Fix InhibitionClusterIsNotRunningPrometheusAgent on CAPI (#993)
Browse files Browse the repository at this point in the history
* Fix InhibitionClusterIsNotRunningPrometheusAgent on CAPI

* Remove inhibition from CAPI
  • Loading branch information
QuentinBisson authored Jan 4, 2024
1 parent d3e8036 commit e386736
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Ignore `api-spec` from `AppWithoutTeamAnnotation` alert.
- Remove `WorkloadClusterManagedDeploymentNotSatisfiedPhoenix` as `cert-manager` is no longer owned by Phoenix.

- Remove `InhibitionClusterIsNotRunningPrometheusAgent` inhibition on CAPI.

## [2.145.0] - 2023-11-30

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if ne .Values.managementCluster.provider.kind "kvm" }}
{{- if and (ne .Values.managementCluster.provider.kind "kvm") ( eq .Values.managementCluster.provider.flavor "vintage") }}
apiVersion: monitoring.coreos.com/v1
kind: PrometheusRule
metadata:
Expand Down

0 comments on commit e386736

Please sign in to comment.