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
4 changes: 4 additions & 0 deletions manifests/07-operator-ibm-cloud-managed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ spec:
name: serving-cert
- mountPath: /etc/pki/ca-trust/extracted/pem
name: trusted-ca
- mountPath: /tmp
name: temp-dir
priorityClassName: system-cluster-critical
securityContext:
runAsNonRoot: true
Expand Down Expand Up @@ -107,3 +109,5 @@ spec:
path: tls-ca-bundle.pem
name: trusted-ca
name: trusted-ca
- emptyDir: {}
name: temp-dir
4 changes: 4 additions & 0 deletions manifests/07-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ spec:
name: serving-cert
- mountPath: /etc/pki/ca-trust/extracted/pem
name: trusted-ca
- mountPath: /tmp
name: temp-dir
env:
- name: CONSOLE_IMAGE
value: registry.svc.ci.openshift.org/openshift:console
Expand Down Expand Up @@ -107,3 +109,5 @@ spec:
items:
- key: ca-bundle.crt
path: tls-ca-bundle.pem
- name: temp-dir
emptyDir: {}