Skip to content

Commit 39183a8

Browse files
authored
Update install-from-helm.sh
1 parent 7a36712 commit 39183a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-from-helm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ curl -sfL https://get.k3s.io | sh -
44
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
55
# setup helm
66
mkdir ~/.kube
7-
sudo kubectl config view --raw >~/.kube/config
7+
kubectl config view --raw >~/.kube/config
88
# add helm repo
99
helm repo add mingfunwong https://mingfunwong.github.io/helm-charts
1010

0 commit comments

Comments
 (0)