11 lines
206 B
Plaintext
11 lines
206 B
Plaintext
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
annotations:
|
|
tekton.dev/git-0: https://forge.cadoles.com
|
|
name: basic-auth
|
|
type: kubernetes.io/basic-auth
|
|
stringData:
|
|
username: <login>
|
|
password: <password>
|