diff --git a/install/0000_00_cluster-version-operator_00_namespace.yaml b/install/0000_00_cluster-version-operator_00_namespace.yaml index 060d621e8..b2bc35743 100644 --- a/install/0000_00_cluster-version-operator_00_namespace.yaml +++ b/install/0000_00_cluster-version-operator_00_namespace.yaml @@ -4,3 +4,4 @@ metadata: name: openshift-cluster-version labels: name: openshift-cluster-version + openshift.io/run-level: "1" diff --git a/install/0000_00_cluster-version-operator_04_deployment.yaml b/install/0000_00_cluster-version-operator_03_deployment.yaml similarity index 100% rename from install/0000_00_cluster-version-operator_04_deployment.yaml rename to install/0000_00_cluster-version-operator_03_deployment.yaml diff --git a/install/0000_00_cluster-version-operator_03_scc.yaml b/install/0000_00_cluster-version-operator_03_scc.yaml deleted file mode 100644 index 289b45399..000000000 --- a/install/0000_00_cluster-version-operator_03_scc.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: security.openshift.io/v1 -kind: SecurityContextConstraints -metadata: - annotations: - kubernetes.io/description: "privileged-cluster-version-operator for running cluster version operator." - name: privileged-cluster-version-operator -allowHostDirVolumePlugin: true -allowHostIPC: true -allowHostNetwork: true -allowHostPID: true -allowHostPorts: true -allowPrivilegedContainer: true -allowedCapabilities: -- "*" -fsGroup: - type: RunAsAny -groups: -- system:serviceaccounts:openshift-cluster-version -readOnlyRootFilesystem: false -runAsUser: - type: RunAsAny -seLinuxContext: - type: RunAsAny -seccompProfiles: -- "*" -supplementalGroups: - type: RunAsAny -users: [] -volumes: -- "*" \ No newline at end of file