tekton-example-pipeline/tekton-pipeline/resources/secrets.yaml

26 lines
660 B
YAML
Raw Permalink Normal View History

2021-12-30 11:34:42 +00:00
---
apiVersion: v1
kind: Secret
metadata:
name: basic-git-app-repo-user-pass
annotations:
# Replace <git_repo_url> with your git repo URL (e.g. https://github.com/d0-labs/tekton-pipeline-example-app)
tekton.dev/git-0: https://github.com/victor-timofei/tekton-pipeline-example-app
type: kubernetes.io/basic-auth
---
apiVersion: v1
kind: Secret
metadata:
name: basic-docker-user-pass
annotations:
# Replace <docker_registry_url> with your docker registry URL (e.g. https://my-acr.azurecr.io)
2021-12-30 15:28:56 +00:00
tekton.dev/docker-0: registry.hub.docker.com
2021-12-30 11:34:42 +00:00
type: kubernetes.io/basic-auth
---
apiVersion: v1
kind: Secret
metadata:
name: argocd-env-secret