From b1ed23ae3b480b6b155a3123f72393ac19ad7db9 Mon Sep 17 00:00:00 2001 From: Dan King Date: Fri, 2 Feb 2024 11:21:37 -0500 Subject: [PATCH] restore dataproc scope limits --- build.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.yaml b/build.yaml index 9b6910cf53bb..fedb42fc571a 100644 --- a/build.yaml +++ b/build.yaml @@ -3286,6 +3286,9 @@ steps: namespace: valueFrom: default_ns.name mountPath: /test-dataproc-service-account-key + scopes: + - deploy + - dev clouds: - gcp - kind: runImage @@ -3325,6 +3328,9 @@ steps: namespace: valueFrom: default_ns.name mountPath: /test-dataproc-service-account-key + scopes: + - deploy + - dev clouds: - gcp - kind: runImage