Skip to content

Commit

Permalink
feat: add permissions for managing container storage classes in AutoM…
Browse files Browse the repository at this point in the history
…Q custom role
  • Loading branch information
Gezi-lzq committed Nov 14, 2024
1 parent 21ec6b6 commit 718fcde
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion google.tf
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,11 @@ resource "google_project_iam_custom_role" "automq_byoc_gke_role" {
"container.statefulSets.list",
"container.statefulSets.update",
"container.statefulSets.updateScale",
"container.statefulSets.updateStatus"
"container.statefulSets.updateStatus",
"container.storageClasses.create",
"container.storageClasses.get",
"container.storageClasses.list",
"container.storageClasses.update",
]
}

Expand Down

0 comments on commit 718fcde

Please sign in to comment.