From 0ed652a8278678169837ba5b926513e64df8335c Mon Sep 17 00:00:00 2001 From: arshamparity <75425316+arshamparity@users.noreply.github.com> Date: Fri, 27 Aug 2021 10:46:07 +0300 Subject: [PATCH] adding values-parity.yaml to the project again (#382) * adding values-parity.yaml to the project again * removing the custom values file * replacing the namespace with variable --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f183c60..bf3088d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,11 +26,9 @@ stages: image: paritytech/kubetools:3.5.3 script: - |- - echo "Deploying using image $BACKEND_IMAGE_FULL_NAME" - echo "Using Helm `helm version --short`" helm repo add parity https://paritytech.github.io/helm-charts/ helm repo update - curl -sS $HELM_VALUES_FILE > values-parity.yaml + kubectl get cm helm-custom-values -n $KUBE_NAMESPACE -o jsonpath='{.data.values-parity\.yaml}' > values-parity.yaml - helm upgrade --install --atomic