Skip to content

Commit

Permalink
🏃🏿‍♀️Hoverfly updated following new proposed structure🏃🏿‍♀️
Browse files Browse the repository at this point in the history
  • Loading branch information
ckavili committed Apr 3, 2020
1 parent 6c1d323 commit ff12835
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 225 deletions.
26 changes: 26 additions & 0 deletions ubiquitous-journey/values-tooling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,21 @@ zalenium_values: &zalenium_values
podAnnotations:
app: zalenium

##############
# 🛎 Hoverfly Custom Values
# Values reference https://github.com/helm/charts/tree/master/incubator/hoverfly
#############
hoverfly_values: &hoverfly_values
openshift:
route:
admin:
enabled: true
hostname: ""
proxy:
enabled: true
hostname: ""


##############
# 🐙 Argo Ignore Differences
#############
Expand Down Expand Up @@ -198,3 +213,14 @@ applications:
values:
*zalenium_values
ignore_differences: *ignore_differences
- name: hoverfly
enabled: true
source: https://github.com/helm/charts.git
source_path: incubator/hoverfly
sync_policy_automated: true
destination: *ci_cd_ns
source_ref: master
values:
*hoverfly_values
ignore_differences: *ignore_differences

225 changes: 0 additions & 225 deletions values-tooling.yaml

This file was deleted.

0 comments on commit ff12835

Please sign in to comment.