Skip to content

Commit 844f5c6

Browse files
authored
Merge branch 'main' into install-redis-sentinel
2 parents f8bbb35 + a67131d commit 844f5c6

File tree

6 files changed

+118
-487
lines changed

6 files changed

+118
-487
lines changed

.github/workflows/helm-prometheus-blackbox-exporter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
${{ steps.helm.outputs.helm-path }} template prometheus-blackbox-exporter prometheus-community/prometheus-blackbox-exporter \
3232
--create-namespace \
3333
--namespace=prometheus \
34-
-f ${{ github.workspace }}//base-helm-configs/prometheus-blackbox-exporter/values.yaml \
34+
-f ${{ github.workspace }}//base-helm-configs/prometheus-blackbox-exporter/prometheus-blackbox-exporter-helm-overrides.yaml \
3535
-f ${{ github.workspace }}//base-helm-configs/prometheus-blackbox-exporter/probe_targets.yaml \
3636
--post-renderer ${{ github.workspace }}/base-kustomize/kustomize.sh \
3737
--post-renderer-args prometheus-blackbox-exporter/${{ matrix.overlays }} > /tmp/rendered.yaml
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Enable pod security policy
2+
---
3+
pspEnabled: true
4+
5+
nodeSelector:
6+
openstack-control-plane: enabled
7+
8+
config:
9+
modules:
10+
http_2xx:
11+
http:
12+
valid_status_codes:
13+
- 200
14+
- 202
15+
- 204
16+
- 300
17+
18+
selfMonitor:
19+
enabled: true

0 commit comments

Comments
 (0)