Skip to content
Open
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
3 changes: 2 additions & 1 deletion manifests/07-operator-ibm-cloud-managed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
template:
metadata:
annotations:
openshift.io/required-scc: restricted-v2
openshift.io/required-scc: restricted-v3
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
labels:
name: console-operator
Expand Down Expand Up @@ -75,6 +75,7 @@ spec:
name: serving-cert
- mountPath: /etc/pki/ca-trust/extracted/pem
name: trusted-ca
hostUsers: false
priorityClassName: system-cluster-critical
securityContext:
runAsNonRoot: true
Expand Down
3 changes: 2 additions & 1 deletion manifests/07-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
metadata:
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
openshift.io/required-scc: restricted-v2
openshift.io/required-scc: restricted-v3
labels:
name: console-operator
spec:
Expand All @@ -39,6 +39,7 @@ spec:
operator: "Exists"
effect: "NoExecute"
tolerationSeconds: 120
hostUsers: false
priorityClassName: system-cluster-critical
serviceAccountName: console-operator
containers:
Expand Down