We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60293c commit 62bfe11Copy full SHA for 62bfe11
1 file changed
examples/hpc-enterprise-slurm.yaml
@@ -72,11 +72,11 @@ deployment_groups:
72
settings:
73
name: controller
74
project_roles:
75
+ - bigquery.dataOwner # needed if enable_bigquery_load is enabled
76
- compute.instanceAdmin.v1
77
- iam.serviceAccountUser
78
- logging.logWriter
79
- monitoring.metricWriter
- - pubsub.admin
80
- storage.objectViewer
81
82
- id: login_sa
@@ -95,7 +95,7 @@ deployment_groups:
95
96
97
98
- - storage.objectCreator
+ - storage.objectUser
99
100
- id: homefs
101
source: modules/file-system/filestore
0 commit comments