Files
homelab/k8s/apps/agent-pod/ssh-configmap.yaml
T

13 lines
256 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: agent-pod-ssh-config
namespace: agent-pod
data:
config: |
Host git.riotpiao.com
IdentityFile /root/.ssh/id_forgejo
Port 2222
User git
StrictHostKeyChecking accept-new