diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-07-13 19:18:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-13 19:18:09 +0000 |
commit | c7b1cb5f8f4f06a5d93eab188f564484fa7a8549 (patch) | |
tree | 124f49a0f66bc657a0e608a88e9d9c80d68b89ef | |
parent | 6008a79341dd5ac78d52d2932ae087d8d609e17a (diff) | |
parent | 4087a68998ae17961d8252ae0a60eb73604c74c7 (diff) |
Merge "[COMMON] Allow to read replicaset status"
-rw-r--r-- | kubernetes/common/serviceAccount/templates/role.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/common/serviceAccount/templates/role.yaml b/kubernetes/common/serviceAccount/templates/role.yaml index 73f45b5fce..6d12164938 100644 --- a/kubernetes/common/serviceAccount/templates/role.yaml +++ b/kubernetes/common/serviceAccount/templates/role.yaml @@ -28,6 +28,7 @@ rules: - "" # "" indicates the core API group - apps - batch + - extensions resources: - pods - deployments @@ -35,6 +36,7 @@ rules: - jobs/status - statefulsets - replicasets + - replicasets/status - daemonsets verbs: - get @@ -46,6 +48,7 @@ rules: - "" # "" indicates the core API group - apps - batch + - extensions resources: - pods - deployments @@ -53,6 +56,7 @@ rules: - jobs/status - statefulsets - replicasets + - replicasets/status - daemonsets - secrets verbs: |