Skip to content

Commit

Permalink
smokes dont run explorer until smokes adapted for explorer (#3669)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon <[email protected]>
  • Loading branch information
enekofb and foot authored Nov 23, 2023
1 parent 8f5c1ca commit 31806d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/utils/scripts/wego-enterprise.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ function setup {
helmArgs+=( --set "extraEnvVars[0].name=WEAVE_GITOPS_FEATURE_COST_ESTIMATION" )
helmArgs+=( --set-string "extraEnvVars[0].value=true" )
helmArgs+=( --set "extraEnvVarsSecret=aws-pricing" )

helmArgs+=( --set "explorer.enabled=false" )

if [ ! -z $WEAVE_GITOPS_GIT_HOST_TYPES ]; then
helmArgs+=( --set "config.extraVolumes[0].name=ssh-config" )
helmArgs+=( --set "config.extraVolumes[0].configMap.name=ssh-config" )
Expand Down

0 comments on commit 31806d4

Please sign in to comment.