Skip to content

Commit b63e443

Browse files
committed
Fix ssh secret mounting
1 parent 6c93002 commit b63e443

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
- name: ipa-ca-cert
3939
mountPath: /opt/ipa
4040
- name: ssh-secret
41-
mountPath: /.ssh
41+
mountPath: /home/kingarthur/.ssh
4242
securityContext:
4343
fsGroup: 2000
4444
runAsUser: 1000
Binary file not shown.

0 commit comments

Comments
 (0)