12 lines
379 B
Plaintext
12 lines
379 B
Plaintext
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: ssh-key
|
|
annotations:
|
|
tekton.dev/git-0: forge.cadoles.com # Described below
|
|
type: kubernetes.io/ssh-auth
|
|
stringData:
|
|
ssh-privatekey: ""
|
|
# This is non-standard, but its use is encouraged to make this more secure.
|
|
# If it is not provided then the git server's public key will be requested
|
|
# when the repo is first fetched. |