Skip to content

Commit

Permalink
fix(vault-monitoring): Remove labels (#1302)
Browse files Browse the repository at this point in the history
Signed-off-by: Iago Santos Pardo <[email protected]>
  • Loading branch information
isantospardo authored Aug 21, 2024
1 parent 51646bb commit 810429d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/vault-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: vault-monitoring
description: monitor your vault server from within Kubernetes' prometheus
type: application
version: 0.4.1
version: 0.4.2
home: https://github.com/adfinis/helm-charts/tree/main/charts/vault-monitoring
sources:
- https://github.com/adfinis/helm-charts/tree/main/charts/vault-monitoring
Expand Down
2 changes: 1 addition & 1 deletion charts/vault-monitoring/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions charts/vault-monitoring/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,5 @@ prometheusRules:
labels:
severity: critical
annotations:
summary: "Vault Raft Cluster Failure Tolerance Critical on [{{ $labels.instance }}]"
description: >
Vault Raft cluster on "{{ $labels.instance }}" has a failure tolerance of 0.
Any further node failure could result in loss of quorum and make the cluster unavailable.
summary: Vault Raft Cluster Failure Tolerance Critical
description: Vault Raft cluster has a failure tolerance of 0

0 comments on commit 810429d

Please sign in to comment.