Skip to content

Commit

Permalink
container: add oauth scope to private registry test (#11514)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyardley authored Aug 22, 2024
1 parent 01255de commit 4f4a488
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10974,6 +10974,11 @@ resource "google_container_cluster" "primary" {
network = "%s"
subnetwork = "%s"

node_config {
oauth_scopes = [
"https://www.googleapis.com/auth/cloud-platform",
]
}
node_pool_defaults {
node_config_defaults {
containerd_config {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10937,6 +10937,11 @@ resource "google_container_cluster" "primary" {
network = "%s"
subnetwork = "%s"

node_config {
oauth_scopes = [
"https://www.googleapis.com/auth/cloud-platform",
]
}
node_pool_defaults {
node_config_defaults {
containerd_config {
Expand Down

0 comments on commit 4f4a488

Please sign in to comment.