From e3c04ccbeb36a20641cc5651a043984af87751ba Mon Sep 17 00:00:00 2001 From: Goutham Pratapa Date: Tue, 19 Sep 2023 11:57:44 +0530 Subject: [PATCH] install helm plugin to map deprecated K8s APIs (#27423) --- scripts/deploy_preview.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/deploy_preview.sh b/scripts/deploy_preview.sh index 5ab2d3db1b..874b149da6 100755 --- a/scripts/deploy_preview.sh +++ b/scripts/deploy_preview.sh @@ -81,6 +81,8 @@ kubectl create secret docker-registry $SECRET \ echo "Add appsmith-ee to helm repo" AWS_REGION=us-east-2 helm repo add appsmith-ee $HELMCHART_URL; helm repo update; +helm plugin install https://github.com/helm/helm-mapkubeapis -n $NAMESPACE +helm plugin ls helm mapkubeapis $CHARTNAME -n $NAMESPACE echo "Deploy appsmith helm chart"