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
IdentifyFile /root/.ssh/id_ed25519
StrictHostKeyChecking no
gitconfig: |
[url "git@github.com:"]
insteadOf = https://github.com/