Skip to content

Commit

Permalink
feat: Add an option to disable auto-upgrade [DEVOP-5736]
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagart-cactus committed Jan 22, 2025
1 parent 520b89a commit c15c06b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/repository-terratest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
env:
TERRATEST_GOOGLE_CREDENTIALS_STORAGE: ${{ secrets.TERRATEST_GOOGLE_CREDENTIALS_STORAGE }}
TERRATEST_GOOGLE_PROJECT_STORAGE: ${{ secrets.TERRATEST_GOOGLE_PROJECT_STORAGE }}
TERRATEST_GOOGLE_CREDENTIALS_NETWORK: ${{TERRATEST_GOOGLE_CREDENTIALS_NETWORK}}

jobs:
repository-terratest:
Expand Down
1 change: 1 addition & 0 deletions test/gke_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func TestTerraformGcpGkeTemplate(t *testing.T) {
"vpc_primary_subnet_name": clusterName + "-primary-subnet",
"vpc_secondary_ip_range_pods_name": clusterName + "-pods-subnet",
"vpc_secondary_ip_range_services_name": clusterName + "-services-subnet",
"shared_vpc_host_google_credentials": os.Getenv("TERRATEST_GOOGLE_CREDENTIALS_NETWORK")
},
EnvVars: map[string]string{},
})
Expand Down

0 comments on commit c15c06b

Please sign in to comment.