Skip to content

Commit

Permalink
Fix tests for added flags/env for kube api tls overrides (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: Sushanta Das <[email protected]>
  • Loading branch information
tisutisu authored Nov 24, 2022
1 parent 57ca510 commit 2537586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/completion-tests/completionTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ EOF

allHelmCommands="completion create dependency env 2to3 help get history install lint list package plugin pull push push-artifactory push-plugin registry repo rollback search show status template test uninstall upgrade verify version"
if [ "$SHELL_TYPE" = bash ]; then
allHelmLongFlags="--burst-limit --debug --kube-apiserver --kube-as-group --kube-as-user --kube-ca-file --kube-context --kube-token --kubeconfig --namespace --registry-config --repository-cache --repository-config"
allHelmLongFlags="--burst-limit --debug --kube-apiserver --kube-as-group --kube-as-user --kube-ca-file --kube-context --kube-insecure-skip-tls-verify --kube-tls-server-name --kube-token --kubeconfig --namespace --registry-config --repository-cache --repository-config"
allHelmGlobalFlags="${allHelmLongFlags} -n"
else
allHelmGlobalFlags="--debug --kube-apiserver --kube-apiserver --kube-apiserver --kube-context --kube-context --kube-context --kube-token --kube-token --kube-token --kubeconfig --kubeconfig --kubeconfig --namespace --namespace --namespace --registry-config --registry-config --registry-config --repository-cache --repository-cache --repository-cache --repository-config --repository-config --repository-config -n"
Expand Down

0 comments on commit 2537586

Please sign in to comment.