Skip to content

Commit 38f5347

Browse files
committed
Add ssh secrets for king arthur
1 parent 37575b4 commit 38f5347

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ secrets.yml filter=git-crypt diff=git-crypt
44
secret.yaml filter=git-crypt diff=git-crypt
55
secret.yml filter=git-crypt diff=git-crypt
66
ghcr-pull-secrets.yaml filter=git-crypt diff=git-crypt
7+
ssh-secrets.yaml filter=git-crypt diff=git-crypt

kubernetes/namespaces/bots/king-arthur/deployment.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ spec:
3737
mountPath: /tmp
3838
- name: ipa-ca-cert
3939
mountPath: /opt/ipa
40+
- name: ssh-secret
41+
mountPath: /root/.ssh
4042
securityContext:
4143
fsGroup: 2000
4244
runAsUser: 1000
@@ -48,3 +50,6 @@ spec:
4850
- name: ipa-ca-cert
4951
configMap:
5052
name: ipa-ca-configmap
53+
- name: ssh-secret
54+
configMap:
55+
name: ssh-secrets
Binary file not shown.

0 commit comments

Comments
 (0)