Updates Scripts Run Options

This commit is contained in:
2023-10-14 22:52:10 -03:00
parent 4f1560f691
commit 27e18611f8
3 changed files with 6 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ function application_deploy() {
function main() {
if [[ $1 == "--test" || $1 == "-t" ]]; then
if [[ $1 == "--local" || $1 == "-l" ]]; then
function kubectl {
minikube kubectl -- $@