initial demo

This commit is contained in:
Hans Dominik Werner
2026-04-15 21:53:39 +02:00
commit d3991b7a85
12 changed files with 312 additions and 0 deletions

13
argocd/repo-secret.yaml Normal file
View 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