-
Notifications
You must be signed in to change notification settings - Fork 79
/
Copy pathvalues.yaml
52 lines (44 loc) · 1.3 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
# Tell ArgoCD where to find the ubiquitous-journey project
source: https://github.com/rht-labs/ubiquitous-journey.git
team: labs
release: ci-cd
applications:
# Tooling to support CI/CD
- name: ubiquitous-journey
enabled: true
source_path: "."
helm_values:
- ubiquitous-journey/values-tooling.yaml
# Test app of app
- name: test-app-of-pb
enabled: true
source_path: "."
helm_values:
- pet-battle/test/values.yaml
###########################################
# 🐌 Apps here are disabled by default 🐌 #
###########################################
# Staging App of Apps for Pet Battle
- name: staging-app-of-pb
enabled: false
source_path: "."
helm_values:
- pet-battle/stage/values.yaml
# Extra tooling such as task management and chat apps
- name: ubiquitous-journey-extra
enabled: false
source_path: "."
helm_values:
- ubiquitous-journey/values-extratooling.yaml
# Extra tooling such as task management and chat apps
- name: uj-extras
enabled: false
source_path: "."
helm_values:
- ubiquitous-journey/values-day2ops.yaml
# Extra Ops tasks such as image pruning and network policy
- name: uj-day2ops
enabled: false
source_path: "."
helm_values:
- ubiquitous-journey/values-day2ops.yaml