11 lines
206 B
Plaintext
Raw Normal View History

2024-01-25 09:01:48 +01:00
apiVersion: v1
kind: Secret
metadata:
annotations:
2024-01-25 16:41:44 +01:00
tekton.dev/git-0: https://forge.cadoles.com
name: basic-auth
type: kubernetes.io/basic-auth
2024-01-25 09:01:48 +01:00
stringData:
2024-01-25 16:41:44 +01:00
username: <login>
password: <password>