diff --git a/manifests/07-operator-ibm-cloud-managed.yaml b/manifests/07-operator-ibm-cloud-managed.yaml index eabfb01e1..634450ca2 100644 --- a/manifests/07-operator-ibm-cloud-managed.yaml +++ b/manifests/07-operator-ibm-cloud-managed.yaml @@ -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 @@ -107,3 +109,5 @@ spec: path: tls-ca-bundle.pem name: trusted-ca name: trusted-ca + - emptyDir: {} + name: temp-dir diff --git a/manifests/07-operator.yaml b/manifests/07-operator.yaml index 82d03645c..ce647a5a3 100644 --- a/manifests/07-operator.yaml +++ b/manifests/07-operator.yaml @@ -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 @@ -107,3 +109,5 @@ spec: items: - key: ca-bundle.crt path: tls-ca-bundle.pem + - name: temp-dir + emptyDir: {}