We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37575b4 commit 38f5347Copy full SHA for 38f5347
.gitattributes
@@ -4,3 +4,4 @@ secrets.yml filter=git-crypt diff=git-crypt
4
secret.yaml filter=git-crypt diff=git-crypt
5
secret.yml filter=git-crypt diff=git-crypt
6
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
@@ -37,6 +37,8 @@ spec:
37
mountPath: /tmp
38
- name: ipa-ca-cert
39
mountPath: /opt/ipa
40
+ - name: ssh-secret
41
+ mountPath: /root/.ssh
42
securityContext:
43
fsGroup: 2000
44
runAsUser: 1000
@@ -48,3 +50,6 @@ spec:
48
50
49
51
configMap:
52
name: ipa-ca-configmap
53
54
+ configMap:
55
+ name: ssh-secrets
kubernetes/namespaces/bots/king-arthur/ssh-secrets.yaml
1.48 KB
0 commit comments