diff --git a/argomanifest/argo.yaml b/argomanifest/argo.yaml index f869666..4a578ed 100644 --- a/argomanifest/argo.yaml +++ b/argomanifest/argo.yaml @@ -9,9 +9,9 @@ spec: project: default source: - repoURL: http://192.168.1.194:3000/daxweb/01_hello_argo.git + repoURL: https://giteo.pachamama.daxweb.it/admin/hello_argocd targetRevision: HEAD - #path: / + path: / destination: server: https://kubernetes.default.svc diff --git a/deploy.yaml b/deploy/deploy.yaml similarity index 100% rename from deploy.yaml rename to deploy/deploy.yaml diff --git a/svc.yaml b/deploy/svc.yaml similarity index 100% rename from svc.yaml rename to deploy/svc.yaml