From 7137ad8702e7ea431160415c47ef00f18164d171 Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Wed, 2 Nov 2022 16:00:01 -0400 Subject: [PATCH] Add changelog entry --- .changelog/433.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/433.txt diff --git a/.changelog/433.txt b/.changelog/433.txt new file mode 100644 index 000000000..549b82a16 --- /dev/null +++ b/.changelog/433.txt @@ -0,0 +1,3 @@ +```release-note:enhancement +Add optional `podSecurityPolicy` to GatewayClassConfig CRD. If set and "managed" ServiceAccounts are being used, a Role and RoleBinding are created to attach the named `PodSecurityPolicy` to the managed ServiceAccount. +```