From 5ff70626f4ba7719aa1144c62d8b40f4f6a1f43e Mon Sep 17 00:00:00 2001 From: ebarped <48102787+ebarped@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:50:33 +0200 Subject: [PATCH] Update values.yaml Fix NET_RAW capability name --- dist/charts/ping-exporter/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/charts/ping-exporter/values.yaml b/dist/charts/ping-exporter/values.yaml index 30f2417..3429316 100644 --- a/dist/charts/ping-exporter/values.yaml +++ b/dist/charts/ping-exporter/values.yaml @@ -34,7 +34,7 @@ podSecurityContext: {} securityContext: capabilities: add: - - CAP_NET_RAW + - NET_RAW # drop: # - ALL # readOnlyRootFilesystem: true @@ -100,4 +100,4 @@ config: interval: 2s timeout: 3s history-size: 42 - payload-size: 120 \ No newline at end of file + payload-size: 120