Update index.sh script in HelmChart/Tests

This commit updates the index.sh script in the HelmChart/Tests directory. The changes include removing the command to add the current user to the microk8s group and updating the aliases for kubectl and helm.
This commit is contained in:
Simon Larsen 2023-12-30 17:41:14 +00:00
parent b8decc8924
commit 44e3d415df
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -2,10 +2,6 @@
sudo snap install microk8s --classic
sudo microk8s status --wait-ready
# Add current user to microk8s group
sudo microk8s kubectl config view --raw > ~/.kube/config
# Add kubectl and helm aliases
sudo echo "alias kubectl='microk8s kubectl'" >> ~/.bash_aliases
sudo echo "alias helm='microk8s helm3'" >> ~/.bash_aliases