14 lines
324 B
YAML
14 lines
324 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: repo-gitops-demo
|
|
namespace: argocd
|
|
labels:
|
|
argocd.argoproj.io/secret-type: repository
|
|
stringData:
|
|
url: http://gitea-http.gitea.svc.cluster.local:3000/demo-admin/gitops-demo.git
|
|
username: demo-admin
|
|
password: demo-admin-ChangeMe123!
|
|
name: gitops-demo
|
|
type: git
|