From 3319014590f16c96110b30ceb253d2bca8ae1d72 Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Mon, 12 Feb 2024 22:54:31 +0100 Subject: [PATCH] Port latest changes (automountServiceAccountToken and ephemeral storage limit) to downstream CSV for RHDH This is an addendum commit to https://github.com/janus-idp/operator/pull/185 --- .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 b80797ed..4187497c 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