Skip to content

Commit

Permalink
remove installation of helm plugins; will be checked in ci pipeline i…
Browse files Browse the repository at this point in the history
…n the future
  • Loading branch information
christianhuth committed Dec 19, 2024
1 parent 6bfa9f6 commit ef92a7a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ef92a7a

Please sign in to comment.