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
This commit is contained in:
arshamparity
2021-08-27 10:46:07 +03:00
committed by GitHub
parent 7a3e30cb01
commit 0ed652a827
+1 -3
View File
@@ -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