From bc47274ec2ad5e2a02468fcfb94ff74993bd79e9 Mon Sep 17 00:00:00 2001 From: OpenShift Cherrypick Robot Date: Tue, 13 Feb 2024 14:13:11 +0100 Subject: [PATCH] Port latest changes (automountServiceAccountToken and ephemeral storage limit) to downstream CSV for RHDH (#198) This is an addendum commit to https://github.com/janus-idp/operator/pull/185 Co-authored-by: Armel Soro --- .rhdh/bundle/manifests/rhdh-operator.csv.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.rhdh/bundle/manifests/rhdh-operator.csv.yaml b/.rhdh/bundle/manifests/rhdh-operator.csv.yaml index ca71b8bb..5a0ab438 100644 --- a/.rhdh/bundle/manifests/rhdh-operator.csv.yaml +++ b/.rhdh/bundle/manifests/rhdh-operator.csv.yaml @@ -190,6 +190,7 @@ spec: operator: In values: - linux + automountServiceAccountToken: true containers: - args: - --secure-listen-address=0.0.0.0:8443 @@ -248,6 +249,7 @@ spec: resources: limits: cpu: 500m + ephemeral-storage: 20Mi memory: 128Mi requests: cpu: 10m