aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-04-15 23:14:43 +0100
committerGravatar Chris Lovering <[email protected]>2025-04-15 23:14:43 +0100
commitb63e4430b949b143ef1e576649c66663cc3cb27e (patch)
treeaf0aa9d593fdaab6ac5ec36f37844a487020e3db
parentMount the ssh secrets in root dir (diff)
Fix ssh secret mounting
-rw-r--r--kubernetes/namespaces/bots/king-arthur/deployment.yaml2
-rw-r--r--kubernetes/namespaces/bots/king-arthur/ssh-secrets.yamlbin1515 -> 1515 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/namespaces/bots/king-arthur/deployment.yaml b/kubernetes/namespaces/bots/king-arthur/deployment.yaml
index 3c15807..938a1e2 100644
--- a/kubernetes/namespaces/bots/king-arthur/deployment.yaml
+++ b/kubernetes/namespaces/bots/king-arthur/deployment.yaml
@@ -38,7 +38,7 @@ spec:
- name: ipa-ca-cert
mountPath: /opt/ipa
- name: ssh-secret
- mountPath: /.ssh
+ mountPath: /home/kingarthur/.ssh
securityContext:
fsGroup: 2000
runAsUser: 1000
diff --git a/kubernetes/namespaces/bots/king-arthur/ssh-secrets.yaml b/kubernetes/namespaces/bots/king-arthur/ssh-secrets.yaml
index 62942ae..fa439d7 100644
--- a/kubernetes/namespaces/bots/king-arthur/ssh-secrets.yaml
+++ b/kubernetes/namespaces/bots/king-arthur/ssh-secrets.yaml
Binary files differ