X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcommon%2FserviceAccount%2Fvalues.yaml;h=4c9f75f38d8548f82672bcc710e06568886a2436;hb=refs%2Fheads%2Fmaster;hp=afa819421c4aed58c009d7b9f9bb30f7643fba24;hpb=4c2f578754c79f0336e4ba83a236436af36fd58e;p=oom.git diff --git a/kubernetes/common/serviceAccount/values.yaml b/kubernetes/common/serviceAccount/values.yaml index afa819421c..4c9f75f38d 100644 --- a/kubernetes/common/serviceAccount/values.yaml +++ b/kubernetes/common/serviceAccount/values.yaml @@ -1,4 +1,5 @@ # Copyright © 2020 Samsung Electronics +# Modifications Copyright © 2023 Deutsche Telekom AG # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,11 +13,26 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Global flag to enable the creation of default roles instead of using +# common roles-wrapper +global: + createDefaultRoles: false + +# Default roles will be created by roles wrapper, +# if "createDefaultRoles=false" roles: - nothing # - read # - create +# Flag to enable the creation of default roles instead of using +# common roles-wrapper +createDefaultRoles: false +defaultRoles: + - nothing + - read + - create + new_roles_definitions: {} # few-read: # - apiGroups: