diff --git a/olm-catalog/serverless-operator/manifests/serverless-operator.clusterserviceversion.yaml b/olm-catalog/serverless-operator/manifests/serverless-operator.clusterserviceversion.yaml index 29a65a834b..bc978e3748 100644 --- a/olm-catalog/serverless-operator/manifests/serverless-operator.clusterserviceversion.yaml +++ b/olm-catalog/serverless-operator/manifests/serverless-operator.clusterserviceversion.yaml @@ -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 @@ -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. @@ -668,8 +664,6 @@ spec: capabilities: drop: - ALL - seccompProfile: - type: RuntimeDefault volumes: - name: cli-artifacts emptyDir: {} @@ -716,8 +710,6 @@ spec: capabilities: drop: - ALL - seccompProfile: - type: RuntimeDefault webhookdefinitions: - generateName: validating.knativeeventings.operator.serverless.openshift.io type: ValidatingAdmissionWebhook diff --git a/templates/csv.yaml b/templates/csv.yaml index aabff6382c..6ea58f3c18 100644 --- a/templates/csv.yaml +++ b/templates/csv.yaml @@ -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 @@ -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. @@ -547,8 +543,6 @@ spec: capabilities: drop: - ALL - seccompProfile: - type: RuntimeDefault volumes: - name: cli-artifacts emptyDir: {} @@ -596,8 +590,6 @@ spec: capabilities: drop: - ALL - seccompProfile: - type: RuntimeDefault webhookdefinitions: - generateName: validating.knativeeventings.operator.serverless.openshift.io