diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-18T21·37+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-18T21·37+0000 |
commit | ce55786ffeed740ca53d2f77b7e5fce92fe8ea78 (patch) | |
tree | 0951ef113dafb18f224bf40d5d49573b312ea03c | |
parent | 1677a27632f3e995e161a34a81af278c1cbf5e9f (diff) |
chore(infra/gcp): Allow k8s nodes to access GCSR r/195
-rw-r--r-- | infra/gcp/default.tf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/gcp/default.tf b/infra/gcp/default.tf index 3011ec234bc0..2cb57836fa6d 100644 --- a/infra/gcp/default.tf +++ b/infra/gcp/default.tf @@ -75,6 +75,7 @@ resource "google_container_node_pool" "primary_nodes" { "storage-rw", "logging-write", "monitoring", + "https://www.googleapis.com/auth/source.read_only", ] } } |