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: