mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-31 01:11:05 +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
|
image: paritytech/kubetools:3.5.3
|
||||||
script:
|
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 add parity https://paritytech.github.io/helm-charts/
|
||||||
helm repo update
|
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
|
- helm upgrade
|
||||||
--install
|
--install
|
||||||
--atomic
|
--atomic
|
||||||
|
|||||||
Reference in New Issue
Block a user