diff --git a/scripts/deploy_preview.sh b/scripts/deploy_preview.sh index 2be492727a..5ab2d3db1b 100755 --- a/scripts/deploy_preview.sh +++ b/scripts/deploy_preview.sh @@ -81,6 +81,7 @@ 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 mapkubeapis $CHARTNAME -n $NAMESPACE echo "Deploy appsmith helm chart" helm upgrade -i $CHARTNAME appsmith-ee/$HELMCHART -n $NAMESPACE --create-namespace --recreate-pods \