Skip to content

Commit ff12835

Browse files
committed
🏃🏿‍♀️Hoverfly updated following new proposed structure🏃🏿‍♀️
1 parent 6c1d323 commit ff12835

2 files changed

Lines changed: 26 additions & 225 deletions

File tree

ubiquitous-journey/values-tooling.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,21 @@ zalenium_values: &zalenium_values
118118
podAnnotations:
119119
app: zalenium
120120

121+
##############
122+
# 🛎 Hoverfly Custom Values
123+
# Values reference https://github.com/helm/charts/tree/master/incubator/hoverfly
124+
#############
125+
hoverfly_values: &hoverfly_values
126+
openshift:
127+
route:
128+
admin:
129+
enabled: true
130+
hostname: ""
131+
proxy:
132+
enabled: true
133+
hostname: ""
134+
135+
121136
##############
122137
# 🐙 Argo Ignore Differences
123138
#############
@@ -198,3 +213,14 @@ applications:
198213
values:
199214
*zalenium_values
200215
ignore_differences: *ignore_differences
216+
- name: hoverfly
217+
enabled: true
218+
source: https://github.com/helm/charts.git
219+
source_path: incubator/hoverfly
220+
sync_policy_automated: true
221+
destination: *ci_cd_ns
222+
source_ref: master
223+
values:
224+
*hoverfly_values
225+
ignore_differences: *ignore_differences
226+

values-tooling.yaml

Lines changed: 0 additions & 225 deletions
This file was deleted.

0 commit comments

Comments
 (0)