forked from validatedpatterns/multicluster-devsecops
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues-development.yaml
More file actions
96 lines (83 loc) · 2.2 KB
/
values-development.yaml
File metadata and controls
96 lines (83 loc) · 2.2 KB
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
# Possibly still not the right home...
devel:
appURL: https://github.com/ipbabble/chat-client.git
image: chat-client:latest
npmbase: quay.io/hybridcloudpatterns/ubi-npm
namespace: devsecops-ci
roxCTLImage: registry.access.redhat.com/advanced-cluster-security/rhacs-roxctl-rhel8:3.71.0-5
global:
options:
useCSV: False
syncPolicy: Automatic
installPlanApproval: Automatic
clusterGroup:
name: development
isHubCluster: false
clusterName: wh-dev
namespaces:
- stackrox
- policies
- openshift-pipelines
- devsecops-ci
- config-demo
subscriptions:
- name: rhacs-operator #packageName
namespace: openshift-operators # operator namespace
channel: rhacs-3.71
csv: rhacs-operator.v3.71
- name: openshift-pipelines-operator-rh
namespace: openshift-operators
channel: pipelines-1.7
csv: openshift-pipelines-operator.v1.7.1
- name: quay-bridge-operator
namespace: openshift-operators
channel: stable-3.7
csv: quay-bridge-operator.v3.7
projects:
- secured
- ci
- test-app
applications:
- name: acs-secured
namespace: stackrox
project: secured
path: charts/hub/acs/secured
- name: pipelines
namespace: devsecops-ci
project: ci
path: charts/region/pipelines
ignoreDifferences:
- kind: ServiceAccount
jsonPointers:
- /imagePullSecrets
- /secrets
- name: quay-integration
namespace: openshift-operators
project: secured
path: charts/region/quay
- name: acs-integration
namespace: stackrox
project: ci
path: charts/region/acs
- name: config-demo-test
namespace: config-demo
project: test-app
path: charts/all/config-demo
# 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