Skip to content

Commit

Permalink
Run make release
Browse files Browse the repository at this point in the history
Signed-off-by: mprahl <[email protected]>
  • Loading branch information
mprahl authored and openshift-merge-bot[bot] committed Dec 14, 2023
1 parent 12ea721 commit 64f1fd3
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions deploy/gatekeeper-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1024,6 +1033,11 @@ spec:
type: string
webhook:
properties:
admissionEventsInvolvedNamespace:
enum:
- Enabled
- Disabled
type: string
disabledBuiltins:
items:
type: string
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -1435,6 +1475,7 @@ rules:
- apiGroups:
- ""
resources:
- events
- namespaces
verbs:
- create
Expand All @@ -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:
Expand Down

0 comments on commit 64f1fd3

Please sign in to comment.