change directory for dashboard deployments
This commit is contained in:
parent
c85e733666
commit
24853e507c
1 changed files with 2 additions and 2 deletions
|
@ -240,7 +240,7 @@ spec:
|
||||||
source:
|
source:
|
||||||
repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: dashboard/prod
|
path: dashboard/overlays/prod
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: dashboard
|
namespace: dashboard
|
||||||
|
@ -260,7 +260,7 @@ spec:
|
||||||
source:
|
source:
|
||||||
repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: dashboard/staging
|
path: dashboard/overlays/staging
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: dashboard-staging
|
namespace: dashboard-staging
|
||||||
|
|
Loading…
Reference in a new issue