generated from validatedpatterns/multicloud-gitops
-
Notifications
You must be signed in to change notification settings - Fork 66
/
values-development.yaml
168 lines (143 loc) · 4.02 KB
/
values-development.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
# Possibly still not the right home...
global:
options:
useCSV: False
syncPolicy: Automatic
installPlanApproval: Automatic
cicd:
namespace: devsecops-ci
app:
gatling:
image: quay.io/hybridcloudpatterns/gatling:latest
repo: https://github.com/hybrid-cloud-demos/spring-petclinic-gatling
zapImage: quay.io/hybridcloudpatterns/zap2docker-stable
crdaImage: quay.io/hybridcloudpatterns/crda-image:0.1
petclinic:
repo: https://github.com/hybrid-cloud-demos/spring-petclinic
configRepo: https://github.com/hybrid-cloud-demos/spring-petclinic-config
image: quay.io/hybridcloudpatterns/spring-petclinic:latest
git:
taskImage: image-registry.openshift-image-registry.svc:5000/openshift/tools
clusterGroup:
name: devel
isHubCluster: false
namespaces:
- argo-rollouts
- stackrox
- policies
- openshift-pipelines
- devsecops-ci
- devsecops-dev
- devsecops-qa
subscriptions:
rhacs-operator:
name: rhacs-operator #packageName
namespace: openshift-operators # operator namespace
openshift-pipelines:
name: openshift-pipelines-operator-rh
namespace: openshift-operators
quay-bridge-operator:
name: quay-bridge-operator
namespace: openshift-operators
projects:
- secured
- ci
- test-app
#Adding jchraibi #advanced-devsecops to pattern framework
- spring-petclinic
- rollouts
sharedValueFiles:
- '/overrides/values-{{ $.Values.global.clusterPlatform }}.yaml'
- '/overrides/values-{{ $.Values.global.clusterPlatform }}-{{ $.Values.global.clusterVersion }}.yaml' # E:
applications:
acs-secured:
name: acs-secured
namespace: stackrox
project: secured
path: charts/hub/acs/secured
argo-rollouts:
name: argo-rollouts
namespace: argo-rollouts
project: rollouts
path: charts/region/rollouts
pipelines:
name: pipelines
namespace: devsecops-ci
project: ci
path: charts/region/pipelines
ignoreDifferences:
- kind: ServiceAccount
jsonPointers:
- /imagePullSecrets
- /secrets
quay-integration:
name: quay-integration
namespace: openshift-operators
project: secured
path: charts/region/quay
acs-integration:
name: acs-integration
namespace: stackrox
project: ci
path: charts/region/acs
nexus:
name: nexus
namespace: devsecops-ci
project: ci
path: charts/region/nexus
reports-repo:
name: reports-repo
namespace: devsecops-ci
project: ci
path: charts/region/reports
sonarqube:
name: sonarqube
namespace: devsecops-ci
project: ci
path: charts/region/sonarqube
cosign:
name: cosign
namespace: devsecops-ci
project: ci
path: charts/region/cosign
rekor:
name: rekor
namespace: devsecops-ci
project: ci
path: charts/region/rekor
roxctl:
name: roxctl
namespace: devsecops-ci
project: ci
path: charts/region/roxctl
#Adding jchraibi #advanced-devsecops to pattern framework
# staging-spring-petclinic:
# name: staging-spring-petclinic
# namespace: devsecops-qa
# project: spring-petclinic
# path: charts/region/stage/spring-petclinic-config
dev-spring-petclinic:
name: dev-spring-petclinic
namespace: devsecops-dev
project: spring-petclinic
kustomize: true
path: charts/region/spring-petclinic/environments/dev
# To have apps in multiple flavors, use namespaces and use helm overrides as appropriate
#
# - name: pipelines
# namespace: production
# project: datacenter
# path: applications/pipeline
# repoURL: https://github.com/you/applications.git
# targetRevision: stable
# overrides:
# - name: myparam
# value: myparam
#
# - name: pipelines
# namespace: staging
#
# project: datacenter
# path: applications/pipeline
# repoURL: https://github.com/you/applications.git
# targetRevision: main