fix(helm#23318): [stable/prometheus-blackbox-exporter] (#23319)

fix PodSecurityPolicy to fit NET_RAW Capability

Signed-off-by: Siarhei Bareika <hood.box@gmail.com>
This commit is contained in:
Siarhei Bareika
2020-08-03 13:35:30 -07:00
committed by GitHub
parent b51616ae2b
commit 3160fb1ae6
2 changed files with 5 additions and 1 deletions
@@ -1,7 +1,7 @@
apiVersion: v1
description: Prometheus Blackbox Exporter
name: prometheus-blackbox-exporter
version: 4.2.1
version: 4.2.2
appVersion: 0.16.0
home: https://github.com/prometheus/blackbox_exporter
sources:
@@ -36,4 +36,8 @@ spec:
- min: 1
max: 65535
readOnlyRootFilesystem: {{ .Values.readOnlyRootFilesystem }}
{{- if .Values.allowIcmp }}
allowedCapabilities:
- NET_RAW
{{- end }}
{{- end }}