File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments