diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-05-12 08:58:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-05-12 08:58:36 +0000 |
commit | d82ed7c1549b5b90597552d62fbf2dd22121aeeb (patch) | |
tree | 0f7dc0c594fb95ba58d4e294f2f0da33cf75884b /kubernetes/common/serviceAccount/values.yaml | |
parent | 3ec69ace22277da78ba3de681078478e7f036bd0 (diff) | |
parent | 6f4e8c05f173a957c61acd0741541f52a552e12c (diff) |
Merge "[COMMON][ROLES] Create default roles once"
Diffstat (limited to 'kubernetes/common/serviceAccount/values.yaml')
-rw-r--r-- | kubernetes/common/serviceAccount/values.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kubernetes/common/serviceAccount/values.yaml b/kubernetes/common/serviceAccount/values.yaml index afa819421c..22faeb6904 100644 --- a/kubernetes/common/serviceAccount/values.yaml +++ b/kubernetes/common/serviceAccount/values.yaml @@ -12,11 +12,18 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Default roles will be created by roles wrapper +# It won't work if roles wrapper is disabled. roles: - nothing # - read # - create +defaultRoles: + - nothing + - read + - create + new_roles_definitions: {} # few-read: # - apiGroups: |