-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
52 lines (47 loc) · 915 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
50
51
52
---
nameOverride: ""
fullnameOverride: ""
namespace: argocd
k8s_sync: true
admin:
enable: true
all_app_get: false
account:
- name: alice
enable: true
capabilities:
login: true
apikey: true
project:
- namespace1
- name: greg
admin: true
enable: true
capabilities:
login: true
apikey: false
project:
- namespace1
- namespace2
project:
- name: namespace1
template: true
### When you try to set it manually, delete the comment below and set the template to false. ###
# description: namespace1 kubernetes namespace
# sourceRepos:
# - '*'
# destinations:
# - namespace: namespace1
# server: https://kubernetes.default.svc
# clusterResourceWhitelist:
# - group: '*'
# kind: 'PersistentVolume'
# clusterResourceBlacklist:
# - group: '*'
# kind: Namespace
# - group: '*'
# kind: RoleBinding
# - group: '*'
# kind: ClusterRoleBinding
- name: namespace2
template: true