From 37fb42c923c669af2d5929d27071d6f2e8639cf1 Mon Sep 17 00:00:00 2001 From: Christian Bianchi Date: Mon, 22 Apr 2024 16:28:58 +0200 Subject: [PATCH] [backport] PSS global flag --- helm/aws-operator/templates/rbac.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/aws-operator/templates/rbac.yaml b/helm/aws-operator/templates/rbac.yaml index 704102b7d4..a46eff27bd 100644 --- a/helm/aws-operator/templates/rbac.yaml +++ b/helm/aws-operator/templates/rbac.yaml @@ -166,7 +166,7 @@ roleRef: name: {{ include "resource.default.name" . }} apiGroup: rbac.authorization.k8s.io --- -{{- if not .Values.global.podSecurityStandards.enforced }}7 +{{- if not .Values.global.podSecurityStandards.enforced }} apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: