-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathvalues.yaml
More file actions
55 lines (55 loc) · 1.4 KB
/
values.yaml
File metadata and controls
55 lines (55 loc) · 1.4 KB
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
50
51
52
53
54
55
dex:
# disable shipping ArgoCD's dex, we'll use the Undercloud provided one
enabled: false
notifications:
# disable notifying users or GitHub
enabled: false
applicationSet:
# enable the ApplicationSet controller to auto-generate Applications
enabled: true
metrics:
enabled: true
serviceMonitor:
enabled: true
namespace: monitoring
interval: 30s
server:
ingress:
enabled: false
metrics:
enabled: true
serviceMonitor:
enabled: true
namespace: monitoring
interval: 30s
configs:
params:
server.insecure: true
cm:
kustomize.buildOptions: --enable-helm --load-restrictor LoadRestrictionsNone
rbac:
policy.csv: |
# role:ucadmin can sync applications
p, role:ucadmin, applications, sync, */*, allow
p, role:ucadmin, applications, update, */*, allow
# role:ucadmin can update clusters so that they can set branch info
p, role:ucadmin, clusters, update, *, allow
# role:ucadmin inherits role:readonly
g, role:ucadmin, role:readonly
# members of the ucadmin group get role:ucadmin
g, ucadmin, role:ucadmin
policy.default: role:readonly
controller:
metrics:
enabled: true
serviceMonitor:
enabled: true
namespace: monitoring
interval: 30s
repoServer:
metrics:
enabled: true
serviceMonitor:
enabled: true
namespace: monitoring
interval: 30s