-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathvalues.yaml
49 lines (48 loc) · 959 Bytes
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
ci_cd_namespace: &ci_cd "labs-ci-cd"
dev_namespace: &dev "labs-dev"
test_namespace: &test "labs-test"
namespaces:
- name: *ci_cd
operatorgroup: false
bindings:
# this labs-devs is the GROUP NAME in IDM
- name: labs-devs
kind: Group
role: edit
# this labs-admins is the GROUP NAME in IDM
- name: labs-admins
kind: Group
role: admin
- name: dummy-sa
kind: ServiceAccount
role: admin
namespace: *ci_cd
- name: *dev
operatorgroup: true
bindings:
- name: labs-devs
kind: Group
role: edit
- name: labs-admins
kind: Group
role: admin
- name: dummy-sa
kind: ServiceAccount
role: admin
namespace: *ci_cd
- name: *test
operatorgroup: true
bindings:
- name: labs-devs
kind: Group
role: edit
- name: labs-admins
kind: Group
role: admin
- name: dummy-sa
kind: ServiceAccount
role: admin
namespace: *ci_cd
serviceaccounts:
- name: dummy-sa
namespace: *ci_cd