diff options
author | 2025-04-15 22:33:30 +0100 | |
---|---|---|
committer | 2025-04-15 22:33:30 +0100 | |
commit | 6c93002f322c729fddb5fd5c8c2f3d947f8baead (patch) | |
tree | 2726771d7bd9ecc6b6d271084634a7adc9a05fe5 /kubernetes | |
parent | Add ssh secret to ignored files for linting (diff) |
Mount the ssh secrets in root dir
Diffstat (limited to 'kubernetes')
-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 |