Skip to content

Commit 694c915

Browse files
committed
Mount rhel-config.json in rebase-agent
Signed-off-by: Nikola Forró <[email protected]>
1 parent 0618158 commit 694c915

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

beeai/openshift/deployment-rebase-agent.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ spec:
8686
volumeMounts:
8787
- mountPath: /git-repos
8888
name: mcp-server-git-repos
89+
- mountPath: /home/beeai/rhel-config.json
90+
name: rhel-config
91+
subPath: rhel-config.json
8992
dnsPolicy: ClusterFirst
9093
restartPolicy: Always
9194
schedulerName: default-scheduler
@@ -96,3 +99,6 @@ spec:
9699
- name: mcp-server-git-repos
97100
persistentVolumeClaim:
98101
claimName: mcp-server-git-repos
102+
- name: rhel-config
103+
configMap:
104+
name: rhel-config

0 commit comments

Comments
 (0)