15 lines
289 B
YAML
15 lines
289 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: argocd-git-repo-creds
|
|
namespace: argocd
|
|
labels:
|
|
argocd.argoproj.io/secret-type: repo-creds
|
|
stringData:
|
|
type: git
|
|
url: https://github.com/
|
|
project: default
|
|
password: abcd1234xyzqrstffffffffffffff
|
|
username: bobsmithtedothy
|