Files
fedora-infra_ansible/roles/openshift-apps/docstranslation/templates/secrets.yml

16 lines
314 B
YAML

---
apiVersion: v1
kind: Secret
metadata:
name: ssh-config
labels:
app: docstranslation
stringData:
id_rsa_docs_trans: |-
{{ lookup('file', ssh_key_path) | indent(4) }}
config: |-
Host pagure.io
User git
IdentityFile /workspace/.ssh/id_rsa_docs_trans
StrictHostKeyChecking no