athens-proxy-charts/examples/configmap.yaml

12 lines
257 B
YAML
Raw Normal View History

2022-05-21 09:09:39 +00:00
apiVersion: v1
kind: ConfigMap
metadata:
name: custom-configs
data:
sshconfig: |
Host github.com
2022-05-24 16:35:01 +00:00
IdentityFile /root/.ssh/id_ed25519
2022-05-21 09:09:39 +00:00
StrictHostKeyChecking no
gitconfig: |
[url "git@github.com:"]
insteadOf = https://github.com/