-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove installation of helm plugins; will be checked in ci pipeline i…
…n the future
- Loading branch information
1 parent
6bfa9f6
commit ef92a7a
Showing
1 changed file
with
0 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,21 +14,10 @@ do | |
sudo mv ${TEMP_COMPLETION_FOLDER}/$binary ${COMPLETION_FOLDER}/$binary | ||
done | ||
|
||
# install helm plugins | ||
|
||
## helm-unittest | ||
helm plugin install https://github.com/helm-unittest/helm-unittest.git | ||
|
||
## helm-schema-gen | ||
helm plugin install https://github.com/KnechtionsCoding/helm-schema-gen.git | ||
|
||
# start minikube | ||
minikube start --addons=ingress --cpus=4 --memory=8g --profile=helm-charts-development | ||
minikube profile helm-charts-development | ||
|
||
# configure git | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "christianhuth" | ||
|
||
eval `ssh-agent` | ||
ssh-add ~/.ssh/*.openssh |