install helm plugin to map deprecated K8s APIs (#27423)
This commit is contained in:
parent
1c7cca908c
commit
e3c04ccbeb
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user