Helm Chart updates

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
szaimen 2025-05-12 08:33:50 +00:00 committed by github-actions[bot]
parent a0248bfc2b
commit 96a7bb0c22
15 changed files with 23 additions and 19 deletions

View file

@ -4,4 +4,8 @@ kind: Namespace
metadata:
name: "{{ .Values.NAMESPACE }}"
namespace: "{{ .Values.NAMESPACE }}"
{{- if eq (.Values.RPSS_ENABLED | default "no") "yes" }}
labels:
pod-security.kubernetes.io/enforce: restricted
{{- end }}
{{- end }}