diff options
author | 2025-04-15 22:24:46 +0100 | |
---|---|---|
committer | 2025-04-15 22:24:46 +0100 | |
commit | 38f534768dd723d46b2a6eaa81feb089ff259bf4 (patch) | |
tree | 00322209e01e0a5e619107a824a19415ef41de0f | |
parent | Remove erroneous backend protocol for keycloak ingress (diff) |
Add ssh secrets for king arthur
-rw-r--r-- | .gitattributes | 1 | ||||
-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 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 798448e..79674dd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,4 @@ secrets.yml filter=git-crypt diff=git-crypt secret.yaml filter=git-crypt diff=git-crypt secret.yml filter=git-crypt diff=git-crypt ghcr-pull-secrets.yaml filter=git-crypt diff=git-crypt +ssh-secrets.yaml filter=git-crypt diff=git-crypt 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 |