mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
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:
parent
b8decc8924
commit
44e3d415df
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user