14 lines
361 B
Plaintext
14 lines
361 B
Plaintext
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: {{ _template.name }}-{{ _template.uid }}
|
||
|
namespace: {{ _template.namespace }}
|
||
|
labels:
|
||
|
argocd.argoproj.io/secret-type: repository
|
||
|
stringData:
|
||
|
url: ssh://git@gitea-ssh.gitea.svc.cluster.local/mc/GitOps.Config.git
|
||
|
name: {{ _template.name }}
|
||
|
insecure: 'true'
|
||
|
sshPrivateKey: |
|
||
|
{{ _template.privatekey }}
|