From 3848c2822adbc3f78ece372195e249bf92f5eb03 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Fri, 4 Sep 2026 15:01:42 +0200 Subject: [PATCH] Mount rhel-config Signed-off-by: Jiri Podivin --- openshift/cronjob-sweep-y-stream.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/openshift/cronjob-sweep-y-stream.yml b/openshift/cronjob-sweep-y-stream.yml index b8ef1aac..1b251428 100644 --- a/openshift/cronjob-sweep-y-stream.yml +++ b/openshift/cronjob-sweep-y-stream.yml @@ -52,6 +52,10 @@ spec: capabilities: drop: - ALL + volumeMounts: + - mountPath: /home/beeai/rhel-config.json + name: rhel-config + subPath: rhel-config.json securityContext: runAsNonRoot: true seccompProfile: @@ -59,3 +63,7 @@ spec: dnsPolicy: ClusterFirst schedulerName: default-scheduler terminationGracePeriodSeconds: 30 + volumes: + - name: rhel-config + configMap: + name: rhel-config