Skip to content

Commit

Permalink
[kube-prometheus-stack] add test for failurePolicy 'IgnoreOnInstall'
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Gaiser <[email protected]>
  • Loading branch information
sebastiangaiser committed Dec 20, 2023
1 parent 8f37709 commit 96d1c99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 55.5.0
version: 55.5.1
appVersion: v0.70.0
kubeVersion: ">=1.19.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ prometheusOperator:
admissionWebhooks:
deployment:
enabled: true
replicas: 3
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
prometheusOperator:
admissionWebhooks:
failurePolicy: "IgnoreOnInstallOnly"

0 comments on commit 96d1c99

Please sign in to comment.