forked from validatedpatterns/multicluster-devsecops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues-global.yaml
41 lines (34 loc) · 856 Bytes
/
values-global.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
---
global:
pattern: multicluster-devsecops
cicd:
namespace: devsecops-ci
options:
useCSV: false
syncPolicy: Automatic
installPlanApproval: Automatic
secure-registry:
namespace: "openshift-storage"
imageregistry:
account: PLAINTEXT
hostname: quay.io
type: quay
git:
hostname: github.com
account: PLAINTEXT
username: PLAINTEXT
email: SOMEWHERE@EXAMPLE.COM
dev_revision: main
quay:
# Needs to be set consistently between hub and spoke clusters
# TODO: Move back to the hub chart, store in a configmap, have an ACM policy distribute to spoke clusters, have spoke look up from configmap
org:
name: devel
email: devel@myorg.com
repo: example
opp: false
main:
clusterGroupName: hub
multiSourceConfig:
enabled: true
clusterGroupChartVersion: 0.9.*