From 24853e507cf4355aac6e1839f4938bf5aaea58f5 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Fri, 4 Oct 2024 19:15:22 +0200 Subject: [PATCH] change directory for dashboard deployments --- app-files/core-deployments.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index cbeb2ed..53bc7dc 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -240,7 +240,7 @@ spec: source: repoURL: https://git.ar21.de/yolokube/core-deployments.git targetRevision: HEAD - path: dashboard/prod + path: dashboard/overlays/prod destination: server: https://kubernetes.default.svc namespace: dashboard @@ -260,7 +260,7 @@ spec: source: repoURL: https://git.ar21.de/yolokube/core-deployments.git targetRevision: HEAD - path: dashboard/staging + path: dashboard/overlays/staging destination: server: https://kubernetes.default.svc namespace: dashboard-staging