diff options
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/namespaces/bots/king-arthur/deployment.yaml | 5 | ||||
-rw-r--r-- | kubernetes/namespaces/bots/king-arthur/ssh-secrets.yaml | bin | 0 -> 1515 bytes |
2 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/namespaces/bots/king-arthur/deployment.yaml b/kubernetes/namespaces/bots/king-arthur/deployment.yaml index 728d525..8b4b96a 100644 --- a/kubernetes/namespaces/bots/king-arthur/deployment.yaml +++ b/kubernetes/namespaces/bots/king-arthur/deployment.yaml @@ -37,6 +37,8 @@ spec: mountPath: /tmp - name: ipa-ca-cert mountPath: /opt/ipa + - name: ssh-secret + mountPath: /root/.ssh securityContext: fsGroup: 2000 runAsUser: 1000 @@ -48,3 +50,6 @@ spec: - name: ipa-ca-cert configMap: name: ipa-ca-configmap + - name: ssh-secret + configMap: + name: ssh-secrets diff --git a/kubernetes/namespaces/bots/king-arthur/ssh-secrets.yaml b/kubernetes/namespaces/bots/king-arthur/ssh-secrets.yaml Binary files differnew file mode 100644 index 0000000..62942ae --- /dev/null +++ b/kubernetes/namespaces/bots/king-arthur/ssh-secrets.yaml |