Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / common / serviceAccount / values.yaml
1 # Copyright © 2020 Samsung Electronics
2 # Modifications Copyright © 2023 Deutsche Telekom AG
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16 # Global flag to enable the creation of default roles instead of using
17 # common roles-wrapper
18 global:
19   createDefaultRoles: false
20
21 # Default roles will be created by roles wrapper,
22 # if "createDefaultRoles=false"
23 roles:
24   - nothing
25 # - read
26 # - create
27
28 # Flag to enable the creation of default roles instead of using
29 # common roles-wrapper
30 createDefaultRoles: false
31 defaultRoles:
32   - nothing
33   - read
34   - create
35
36 new_roles_definitions: {}
37 #  few-read:
38 #    - apiGroups:
39 #        -  ""
40 #      resources:
41 #        - "pods"
42 #      verbs:
43 #        - "get"
44 #        - "watch"
45 #        - "list"