diff options
-rw-r--r-- | kubernetes/namespaces/bots/king-arthur/deployment.yaml | 2 |
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 |