Skip to content

Commit

Permalink
adding values-parity.yaml to the project again (#382)
Browse files Browse the repository at this point in the history
* adding values-parity.yaml to the project again

* removing the custom values file

* replacing the namespace with variable
  • Loading branch information
ArshamTeymouri committed Aug 27, 2021
1 parent 7a3e30c commit 0ed652a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ed652a

Please sign in to comment.