Commit f10ee617 authored by Thong Kuah's avatar Thong Kuah

Merge branch 'feature/give-kubeclient-other-delete-permissions' into 'master'

Give kube_client permission to delete service_account

See merge request gitlab-org/gitlab!18149
parents ec4465db 600a8692
...@@ -41,6 +41,7 @@ module Gitlab ...@@ -41,6 +41,7 @@ module Gitlab
:get_service_account, :get_service_account,
:delete_namespace, :delete_namespace,
:delete_pod, :delete_pod,
:delete_service_account,
:create_config_map, :create_config_map,
:create_namespace, :create_namespace,
:create_pod, :create_pod,
......
...@@ -164,6 +164,7 @@ describe Gitlab::Kubernetes::KubeClient do ...@@ -164,6 +164,7 @@ describe Gitlab::Kubernetes::KubeClient do
:get_service_account, :get_service_account,
:delete_namespace, :delete_namespace,
:delete_pod, :delete_pod,
:delete_service_account,
:create_config_map, :create_config_map,
:create_namespace, :create_namespace,
:create_pod, :create_pod,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment