From 64f1fd328de9cae43eeb8e1df75e391afebd593e Mon Sep 17 00:00:00 2001 From: mprahl Date: Thu, 14 Dec 2023 15:50:11 -0500 Subject: [PATCH] Run make release Signed-off-by: mprahl --- deploy/gatekeeper-operator.yaml | 53 +++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/deploy/gatekeeper-operator.yaml b/deploy/gatekeeper-operator.yaml index 8c4a04d9..1e711301 100644 --- a/deploy/gatekeeper-operator.yaml +++ b/deploy/gatekeeper-operator.yaml @@ -870,7 +870,16 @@ spec: format: int64 minimum: 0 type: integer + auditEventsInvolvedNamespace: + enum: + - Enabled + - Disabled + type: string auditFromCache: + description: Setting Automatic lets the Gatekeeper operator manage + syncOnly in the config resource. It is not recommended to use + Automatic when using referential constraints since those are + not detected. enum: - Enabled - Disabled @@ -1024,6 +1033,11 @@ spec: type: string webhook: properties: + admissionEventsInvolvedNamespace: + enum: + - Enabled + - Disabled + type: string disabledBuiltins: items: type: string @@ -1045,6 +1059,21 @@ spec: - WARNING - ERROR type: string + logMutations: + description: Sets the --log-mutations flag which enables logging + of mutation events and errors. This defaults to Disabled. + enum: + - Enabled + - Disabled + type: string + mutationAnnotations: + description: Sets the --mutation-annotations flag which adds the + gatekeeper.sh/mutation-id and gatekeeper.sh/mutations annotations + on mutated objects. This defaults to Disabled. + enum: + - Enabled + - Disabled + type: string namespaceSelector: description: A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An @@ -1092,6 +1121,17 @@ spec: "value". The requirements are ANDed. type: object type: object + operations: + items: + description: OperationType specifies an operation for a request. + enum: + - CONNECT + - CREATE + - UPDATE + - DELETE + - '*' + type: string + type: array replicas: format: int32 minimum: 0 @@ -1435,6 +1475,7 @@ rules: - apiGroups: - "" resources: + - events - namespaces verbs: - create @@ -1444,6 +1485,18 @@ rules: - patch - update - watch +- apiGroups: + - expansion.gatekeeper.sh + resources: + - '*' + verbs: + - create + - delete + - get + - list + - patch + - update + - watch - apiGroups: - externaldata.gatekeeper.sh resources: