generated from hybrid-cloud-patterns/example
-
Notifications
You must be signed in to change notification settings - Fork 72
/
values-factory.yaml
80 lines (70 loc) · 1.85 KB
/
values-factory.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
clusterGroup:
name: factory
isHubCluster: false
namespaces:
- golang-external-secrets
- manuela-stormshift-line-dashboard
- manuela-stormshift-machine-sensor
- manuela-stormshift-messaging
- manuela-inference:
operatorGroup: true
labels:
modelmesh-enabled: 'true'
opendatahub.io/dashboard: 'true'
- redhat-ods-operator:
operatorGroup: true
targetNamespaces:
subscriptions:
- name: amq-streams
namespace: manuela-stormshift-messaging
- name: amq-broker-rhel8
namespace: manuela-stormshift-messaging
- name: red-hat-camel-k
namespace: manuela-stormshift-messaging
- name: rhods-operator
channel: alpha
namespace: redhat-ods-operator
projects:
- factory
applications:
eso:
name: golang-external-secrets
namespace: golang-external-secrets
project: factory
chart: golang-external-secrets
chartVersion: 0.1.*
stormshift:
name: stormshift
project: factory
path: charts/factory/manuela-stormshift
extraValueFiles:
- /overrides/values-prod-imagedata.yaml
ignoreDifferences:
- group: image.openshift.io
kind: ImageStream
jsonPointers:
- /spec/tags
#
# 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
#
# Additional applications
# Be sure to include additional resources your apps will require
# +X machines
# +Y RAM
# +Z CPU
# - name: vendor-app
# namespace: default
# project: vendor
# path: path/to/myapp
# repoURL: https://github.com/vendor/applications.git
# targetRevision: main