2023-04-23 16:19:35 +00:00
|
|
|
---
|
|
|
|
apiVersion: v1
|
|
|
|
kind: Secret
|
|
|
|
metadata:
|
2023-04-23 19:24:00 +00:00
|
|
|
name: argocd-git-repo-creds
|
2023-04-23 16:19:35 +00:00
|
|
|
namespace: argocd
|
|
|
|
labels:
|
|
|
|
argocd.argoproj.io/secret-type: repo-creds
|
|
|
|
stringData:
|
|
|
|
type: git
|
2023-04-23 19:24:00 +00:00
|
|
|
url: https://github.com/
|
2023-04-23 16:26:46 +00:00
|
|
|
project: default
|
2023-04-23 19:24:00 +00:00
|
|
|
password: abcd1234xyzqrstffffffffffffff
|
|
|
|
username: bobsmithtedothy
|