Skip to content

Commit

Permalink
update flag var
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongli Chen committed Aug 21, 2019
1 parent 26a1255 commit c868149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubetest/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ var (
aksOrchestratorRelease = flag.String("aksengine-orchestratorRelease", "", "Orchestrator Profile for aks-engine")
aksWinZipBuildScript = flag.String("aksengine-winZipBuildScript", "https://raw.githubusercontent.com/Azure/aks-engine/master/scripts/build-windows-k8s.sh", "Build script to create custom zip containing win binaries for aks-engine")
aksNetworkPlugin = flag.String("aksengine-networkPlugin", "azure", "Network pluging to use with aks-engine")
aksAzureEnv = flag.String("acsengine-azure-env", "AzurePublicCloud", "The target Azure cloud")
aksIdentitySystem = flag.String("acsengine-identity-system", "azure_ad", "identity system (default:`azure_ad`, `adfs`)")
aksCustomCloudURL = flag.String("acsengine-custom-cloud-url", "", "management portal URL to use in custom Azure cloud (i.e Azure Stack etc)")
aksAzureEnv = flag.String("aksengine-azure-env", "AzurePublicCloud", "The target Azure cloud")
aksIdentitySystem = flag.String("aksengine-identity-system", "azure_ad", "identity system (default:`azure_ad`, `adfs`)")
aksCustomCloudURL = flag.String("aksengine-custom-cloud-url", "", "management portal URL to use in custom Azure cloud (i.e Azure Stack etc)")
testCcm = flag.Bool("test-ccm", false, "Set to True if you want kubetest to run e2e tests for ccm")
)

Expand Down

0 comments on commit c868149

Please sign in to comment.