From ed3bc06bf798273f29f833ca4f5828c83326046b Mon Sep 17 00:00:00 2001 From: Richard Petersen <richard.petersen@open-xchange.com> Date: Thu, 17 Mar 2022 11:15:26 +0100 Subject: [PATCH] Fix kubernetes ressource path --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d6c420..8c0776b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,5 +9,5 @@ variables: deploy helm chart: extends: .auto-deploy-helm-chart after_script: - - envsubst < .gitlab-ci/kubernetes-resources.yaml > tmp-k8s-resources.yaml + - envsubst < .gitlab/autodeploy/kubernetes-resources.yaml > tmp-k8s-resources.yaml - kubectl apply -f tmp-k8s-resources.yaml -- GitLab