Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,6 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
# Openshift specific extensions in the "old" operator format. Ships KnativeKafka and
# other Openshift specifica that have not yet been moved to the operator above.
- name: knative-openshift
Expand Down Expand Up @@ -523,8 +521,6 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
containers:
- name: knative-openshift
# This reference will be replaced in local builds and CI via hack/lib/catalogsource.bash.
Expand Down Expand Up @@ -668,8 +664,6 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
volumes:
- name: cli-artifacts
emptyDir: {}
Expand Down Expand Up @@ -716,8 +710,6 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
webhookdefinitions:
- generateName: validating.knativeeventings.operator.serverless.openshift.io
type: ValidatingAdmissionWebhook
Expand Down
8 changes: 0 additions & 8 deletions templates/csv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,6 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
# Openshift specific extensions in the "old" operator format. Ships KnativeKafka and
# other Openshift specifica that have not yet been moved to the operator above.
- name: knative-openshift
Expand Down Expand Up @@ -480,8 +478,6 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
containers:
- name: knative-openshift
# This reference will be replaced in local builds and CI via hack/lib/catalogsource.bash.
Expand Down Expand Up @@ -547,8 +543,6 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
volumes:
- name: cli-artifacts
emptyDir: {}
Expand Down Expand Up @@ -596,8 +590,6 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault

webhookdefinitions:
- generateName: validating.knativeeventings.operator.serverless.openshift.io
Expand Down