-
Notifications
You must be signed in to change notification settings - Fork 87
/
values.yaml
82 lines (74 loc) · 1.92 KB
/
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
# name of instances
name: argocd
# this is for argo type deployments of this chart (set to true)
ignoreHelmHooks: false
# add to this list to deploy team instances to these namespaces
namespaces:
- labs-ci-cd
# operator manages upgrades
operator:
channel: latest
installPlanApproval: Automatic
name: openshift-gitops-operator
sourceName: redhat-operators
sourceNamespace: openshift-marketplace
disableDefaultArgoCD: true
# see the TEAM_DOCS.md for more information
teamInstancesAreClusterScoped: true
# adding your secrets for git access or other repository credentials
secrets: []
# EXAMPLE ...
# secrets:
# - name: git-auth
# username: 'user'
# password: 'pass1234'
# sshPrivateKey: ''
# https://argocd-operator.readthedocs.io/en/latest/reference/argocd/
argocd_cr:
# version: v2.10.5 # set this if you want the upstream containers instead
applicationSet: {}
notifications:
enabled: true
rbac:
defaultPolicy: 'role:admin'
policy: |
g, system:cluster-admins, role:admin
scopes: '[groups]'
resourceExclusions: |
- apiGroups:
- tekton.dev
clusters:
- '*'
kinds:
- TaskRun
- PipelineRun
server:
ingress:
enabled: false
route:
enabled: true
tls:
termination: reencrypt
sso:
dex:
openShiftOAuth: true
provider: dex
initialRepositories: |
- name: ubiquitous-journey
url: https://github.com/rht-labs/ubiquitous-journey.git
- name: redhat-cop
type: helm
url: https://redhat-cop.github.io/helm-charts
# configure your repo credential template (override this)
repositoryCredentials: null
# EXAMPLE
# repositoryCredentials: |
# - url: https://gitlab-ce.apps.openshift-498-bd8hw.do500.redhatlabs.dev
# type: git
# passwordSecret:
# key: password
# name: git-auth
# usernameSecret:
# key: username
# name: git-auth