diff --git a/clusterprism_halloween_values.yaml b/clusterprism_halloween_values.yaml index 4cb9371..201600a 100644 --- a/clusterprism_halloween_values.yaml +++ b/clusterprism_halloween_values.yaml @@ -23,6 +23,17 @@ ingress: annotations: cert-manager.io/cluster-issuer: letsencrypt-cloudflare-prod +initContainers: + - name: init-con + securityContext: + privileged: false + allowPrivilegeEscalation: false + capabilities: + drop: + - ALL + seccompProfile: + type: "RuntimeDefault" + resources: requests: cpu: null