--- apiVersion: v1 kind: Secret metadata: name: basic-git-app-repo-user-pass annotations: # Replace 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 with your docker registry URL (e.g. https://my-acr.azurecr.io) tekton.dev/docker-0: https://hub.docker.com/u/vtimofei type: kubernetes.io/basic-auth --- apiVersion: v1 kind: Secret metadata: name: argocd-env-secret