aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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