From aed1ff955628708c33cd7fbc8cdb9bccb04cfe24 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 13 May 2024 08:21:10 -0500 Subject: [PATCH] update --- metallb/values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/metallb/values.yaml b/metallb/values.yaml index 36c62aa..d04832b 100644 --- a/metallb/values.yaml +++ b/metallb/values.yaml @@ -307,7 +307,10 @@ metallb: ## Selects which runtime class will be used by the pod. runtimeClassName: "" podAnnotations: {} - labels: {} + labels: + pod-security.kubernetes.io/enforce: privileged + pod-security.kubernetes.io/audit: privileged + pod-security.kubernetes.io/warn: privileged livenessProbe: enabled: true failureThreshold: 3