From 480ac068635bce241e8a294b9b1dfce2e2a9d390 Mon Sep 17 00:00:00 2001 From: XoR Date: Wed, 26 Mar 2025 11:31:12 +0300 Subject: [PATCH] Edit. --- deploy/apps/my-app.yaml | 2 +- deploy/apps/second-app.yaml | 2 +- lesson-158/environments/staging/apps/my-app.yaml | 2 +- lesson-158/environments/staging/apps/second-app.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/apps/my-app.yaml b/deploy/apps/my-app.yaml index eaca77f..e541f41 100644 --- a/deploy/apps/my-app.yaml +++ b/deploy/apps/my-app.yaml @@ -11,7 +11,7 @@ spec: source: repoURL: https://git.benadis.ru/XoR/argocd-003.git targetRevision: HEAD - path: environments/staging/my-app + path: deploy/my-app destination: server: https://kubernetes.default.svc syncPolicy: diff --git a/deploy/apps/second-app.yaml b/deploy/apps/second-app.yaml index c62918c..480c459 100644 --- a/deploy/apps/second-app.yaml +++ b/deploy/apps/second-app.yaml @@ -11,7 +11,7 @@ spec: source: repoURL: https://git.benadis.ru/XoR/argocd-003.git targetRevision: HEAD - path: environments/staging/second-app + path: deploy/second-app destination: server: https://kubernetes.default.svc syncPolicy: diff --git a/lesson-158/environments/staging/apps/my-app.yaml b/lesson-158/environments/staging/apps/my-app.yaml index eaca77f..e541f41 100644 --- a/lesson-158/environments/staging/apps/my-app.yaml +++ b/lesson-158/environments/staging/apps/my-app.yaml @@ -11,7 +11,7 @@ spec: source: repoURL: https://git.benadis.ru/XoR/argocd-003.git targetRevision: HEAD - path: environments/staging/my-app + path: deploy/my-app destination: server: https://kubernetes.default.svc syncPolicy: diff --git a/lesson-158/environments/staging/apps/second-app.yaml b/lesson-158/environments/staging/apps/second-app.yaml index c62918c..480c459 100644 --- a/lesson-158/environments/staging/apps/second-app.yaml +++ b/lesson-158/environments/staging/apps/second-app.yaml @@ -11,7 +11,7 @@ spec: source: repoURL: https://git.benadis.ru/XoR/argocd-003.git targetRevision: HEAD - path: environments/staging/second-app + path: deploy/second-app destination: server: https://kubernetes.default.svc syncPolicy: