This commit is contained in:
2025-09-02 20:55:55 +02:00
parent 64eb8a950a
commit 4d9c24372b
3 changed files with 2 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -12,5 +12,5 @@ spec:
project: default project: default
source: source:
path: app-of-apps path: app-of-apps
repoURL: http://gitea.gitea.svc.k8s.undercloud.local:3000 repoURL: http://gitea.gitea.svc.k8s.undercloud.local:3000/Undercloud/k8s-apps.git
targetRevision: HEAD targetRevision: HEAD

View File

@@ -35,7 +35,7 @@ metadata:
argocd.argoproj.io/secret-type: repository argocd.argoproj.io/secret-type: repository
type: Opaque type: Opaque
stringData: stringData:
url: http://gitea.gitea.svc.k8s.undercloud.local:3000 url: http://gitea.gitea.svc.k8s.undercloud.local:3000/Undercloud/k8s-apps.git
username: shodan username: shodan
password: NElzVGhlTWluZEtpbGxlcg== password: NElzVGhlTWluZEtpbGxlcg==
insecure: "true" # skip TLS verification / allow HTTP insecure: "true" # skip TLS verification / allow HTTP