From ae82d3945e1e8451e9dd9ec7b9c06f2ca2727c30 Mon Sep 17 00:00:00 2001 From: gunish-dt Date: Thu, 21 Apr 2022 14:13:09 +0530 Subject: [PATCH] fixed kubectl patch for devtron upgrade --- docs/setup/upgrade/devtron-upgrade-0.3.x-0.3.x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/upgrade/devtron-upgrade-0.3.x-0.3.x.md b/docs/setup/upgrade/devtron-upgrade-0.3.x-0.3.x.md index 03b85cc7f7..17895d026f 100644 --- a/docs/setup/upgrade/devtron-upgrade-0.3.x-0.3.x.md +++ b/docs/setup/upgrade/devtron-upgrade-0.3.x-0.3.x.md @@ -38,5 +38,5 @@ DEVTRON_TARGET_VERSION=v0.3.x 2. Patch Devtron Installer ```bash -kubectl patch -n devtroncd installer installer-devtron --type='json' -p='[{"op": "add", "path": "/spec/reSync", "value": true },{"op": "replace", "path": "/spec/url", "value": "https://raw.githubusercontent.com/devtron-labs/devtron/$DEVTRON_TARGET_VERSION/manifests/installation-script"}]' +kubectl patch -n devtroncd installer installer-devtron --type='json' -p='[{"op": "add", "path": "/spec/reSync", "value": true },{"op": "replace", "path": "/spec/url", "value": "https://raw.githubusercontent.com/devtron-labs/devtron/'$DEVTRON_TARGET_VERSION'/manifests/installation-script"}]' ``` \ No newline at end of file