12 lines
292 B
YAML
12 lines
292 B
YAML
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: docker-creds
|
||
|
namespace: tekton-pipelines
|
||
|
annotations:
|
||
|
kube-1password: kgpbumszi4stqgyzg4kqrttxam
|
||
|
kube-1password/vault: Kubernetes
|
||
|
tekton.dev/docker-0: https://docker.cloud.cluster.fun/averagemarcus
|
||
|
type: kubernetes.io/basic-auth
|
||
|
|