Sylvain Desbureaux | 4534881 | 2020-05-19 17:46:54 +0200 | [diff] [blame] | 1 | # Copyright © 2020 Samsung Electronics |
Andreas Geissler | d4f832d | 2023-07-27 19:07:08 +0200 | [diff] [blame] | 2 | # Modifications Copyright © 2023 Deutsche Telekom AG |
Sylvain Desbureaux | 4534881 | 2020-05-19 17:46:54 +0200 | [diff] [blame] | 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 | |
Andreas Geissler | d4f832d | 2023-07-27 19:07:08 +0200 | [diff] [blame] | 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" |
Sylvain Desbureaux | 4534881 | 2020-05-19 17:46:54 +0200 | [diff] [blame] | 23 | roles: |
| 24 | - nothing |
| 25 | # - read |
| 26 | # - create |
| 27 | |
Andreas Geissler | d4f832d | 2023-07-27 19:07:08 +0200 | [diff] [blame] | 28 | # Flag to enable the creation of default roles instead of using |
| 29 | # common roles-wrapper |
| 30 | createDefaultRoles: false |
Sylvain Desbureaux | 6f4e8c0 | 2021-04-19 15:26:15 +0200 | [diff] [blame] | 31 | defaultRoles: |
| 32 | - nothing |
| 33 | - read |
| 34 | - create |
| 35 | |
Sylvain Desbureaux | 4534881 | 2020-05-19 17:46:54 +0200 | [diff] [blame] | 36 | new_roles_definitions: {} |
| 37 | # few-read: |
| 38 | # - apiGroups: |
| 39 | # - "" |
| 40 | # resources: |
| 41 | # - "pods" |
| 42 | # verbs: |
| 43 | # - "get" |
| 44 | # - "watch" |
| 45 | # - "list" |