mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-30 22:51:09 +00:00
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:
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user