initial demo
This commit is contained in:
13
argocd/repo-secret.yaml
Normal file
13
argocd/repo-secret.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user