install helm plugin to map deprecated K8s APIs (#27423)

This commit is contained in:
Goutham Pratapa 2023-09-19 11:57:44 +05:30 committed by GitHub
parent 1c7cca908c
commit e3c04ccbeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,8 @@ kubectl create secret docker-registry $SECRET \
echo "Add appsmith-ee to helm repo" echo "Add appsmith-ee to helm repo"
AWS_REGION=us-east-2 helm repo add appsmith-ee $HELMCHART_URL; AWS_REGION=us-east-2 helm repo add appsmith-ee $HELMCHART_URL;
helm repo update; helm repo update;
helm plugin install https://github.com/helm/helm-mapkubeapis -n $NAMESPACE
helm plugin ls
helm mapkubeapis $CHARTNAME -n $NAMESPACE helm mapkubeapis $CHARTNAME -n $NAMESPACE
echo "Deploy appsmith helm chart" echo "Deploy appsmith helm chart"