diff --git a/.DS_Store b/.DS_Store index 7c42a50..eb376cc 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/argocd/apps.yaml b/argocd/apps.yaml index a05d5dc..5e491d7 100644 --- a/argocd/apps.yaml +++ b/argocd/apps.yaml @@ -12,5 +12,5 @@ spec: project: default source: 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 \ No newline at end of file diff --git a/argocd/repo.yaml b/argocd/repo.yaml index 33284a7..1c24831 100644 --- a/argocd/repo.yaml +++ b/argocd/repo.yaml @@ -35,7 +35,7 @@ metadata: argocd.argoproj.io/secret-type: repository type: Opaque 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 password: NElzVGhlTWluZEtpbGxlcg== insecure: "true" # skip TLS verification / allow HTTP