Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions kubernetes/namespaces/bots/king-arthur/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -48,3 +50,6 @@ spec:
- name: ipa-ca-cert
configMap:
name: ipa-ca-configmap
- name: ssh-secret
configMap:
name: ssh-secrets
Binary file not shown.