aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-04-15 22:33:30 +0100
committerGravatar Chris Lovering <[email protected]>2025-04-15 22:33:30 +0100
commit6c93002f322c729fddb5fd5c8c2f3d947f8baead (patch)
tree2726771d7bd9ecc6b6d271084634a7adc9a05fe5
parentAdd ssh secret to ignored files for linting (diff)
Mount the ssh secrets in root dir
-rw-r--r--kubernetes/namespaces/bots/king-arthur/deployment.yaml2
1 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 8b4b96a..3c15807 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: /root/.ssh
+ mountPath: /.ssh
securityContext:
fsGroup: 2000
runAsUser: 1000