diff --git a/tools/stress-cluster/cluster/provision.ps1 b/tools/stress-cluster/cluster/provision.ps1 index 79a2fdfb7be..7116258c67c 100644 --- a/tools/stress-cluster/cluster/provision.ps1 +++ b/tools/stress-cluster/cluster/provision.ps1 @@ -1,4 +1,4 @@ -[CmdletBinding(SupportsShouldProcess = $true)] +[CmdletBinding(DefaultParameterSetName = 'Default', SupportsShouldProcess = $true)] param ( [string]$Environment = 'dev', [string]$Namespace = 'stress-infra', @@ -27,7 +27,6 @@ $WhatIfPreference = $false Install-ModuleIfNotInstalled "powershell-yaml" "0.4.1" | Import-Module $WhatIfPreference = $LastWhatIfPreference - $STATIC_TEST_DOTENV_NAME="public" $VALUES_FILE = "$PSScriptRoot/kubernetes/stress-test-addons/values.yaml" $STRESS_CLUSTER_RESOURCE_GROUP = ""