diff --git a/README.md b/README.md index 310da17..55b4717 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ Any admin on GitLab is an admin of the Kubernetes cluster. | replicationcontrollers | R | R | R+W | R+W | | services | R | R | R+W | R+W | | statefulsets | R | R | R+W | R+W | +| verticalpodautoscalers | R | R | R+W | R+W | | events | | R | R | R+W | #### Actions diff --git a/deploy/configuration.yaml b/deploy/configuration.yaml index 2528295..f6a355c 100644 --- a/deploy/configuration.yaml +++ b/deploy/configuration.yaml @@ -42,6 +42,7 @@ rules: - replicationcontrollers - services - statefulsets + - verticalpodautoscalers # setup - configmaps - endpoints @@ -88,6 +89,7 @@ rules: - replicationcontrollers - services - statefulsets + - verticalpodautoscalers # setup - configmaps - endpoints @@ -121,6 +123,7 @@ rules: - replicationcontrollers - services - statefulsets + - verticalpodautoscalers # actions - deployments/rollback - deployments/scale @@ -184,6 +187,7 @@ rules: - replicationcontrollers - services - statefulsets + - verticalpodautoscalers # actions - deployments/rollback - deployments/scale