From ea4222a6ac098a2564ae55e28a67be7656bdf801 Mon Sep 17 00:00:00 2001 From: DAXweb Date: Sat, 10 Jan 2026 00:47:13 +0100 Subject: [PATCH] Commit 2 --- argomanifest/argo.yaml | 4 ++-- deploy.yaml => deploy/deploy.yaml | 0 svc.yaml => deploy/svc.yaml | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename deploy.yaml => deploy/deploy.yaml (100%) rename svc.yaml => deploy/svc.yaml (100%) 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