fix: add yaml ssh secret for d518 git mirror
This commit is contained in:
@@ -186,6 +186,14 @@ targets:
|
||||
required: true
|
||||
githubTransport:
|
||||
mode: ssh
|
||||
privateKeySecretKey: ssh-privatekey
|
||||
privateKeySourceRef: github/hwlab-git-mirror-ssh.env
|
||||
privateKeySourceKey: GITHUB_SSH_PRIVATE_KEY_B64
|
||||
privateKeySourceEncoding: base64
|
||||
knownHostsSecretKey: known_hosts
|
||||
knownHostsSourceRef: github/hwlab-git-mirror-ssh.env
|
||||
knownHostsSourceKey: GITHUB_KNOWN_HOSTS_B64
|
||||
knownHostsSourceEncoding: base64
|
||||
tekton:
|
||||
pipelineName: hwlab-d601-v03-ci-image-publish
|
||||
serviceAccountName: hwlab-d601-v03-tekton-runner
|
||||
@@ -329,6 +337,14 @@ targets:
|
||||
required: true
|
||||
githubTransport:
|
||||
mode: ssh
|
||||
privateKeySecretKey: ssh-privatekey
|
||||
privateKeySourceRef: github/hwlab-git-mirror-ssh.env
|
||||
privateKeySourceKey: GITHUB_SSH_PRIVATE_KEY_B64
|
||||
privateKeySourceEncoding: base64
|
||||
knownHostsSecretKey: known_hosts
|
||||
knownHostsSourceRef: github/hwlab-git-mirror-ssh.env
|
||||
knownHostsSourceKey: GITHUB_KNOWN_HOSTS_B64
|
||||
knownHostsSourceEncoding: base64
|
||||
tekton:
|
||||
pipelineName: hwlab-d518-v03-ci-image-publish
|
||||
serviceAccountName: hwlab-d518-v03-tekton-runner
|
||||
|
||||
Reference in New Issue
Block a user