Skip to content

Commit

Permalink
Allow additional istio gateways to be specified
Browse files Browse the repository at this point in the history
  • Loading branch information
g-foster2020 committed Jan 10, 2020
1 parent eac65e4 commit edb581f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions harness/attributes/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ attributes.default:
git:
main_branch: develop

istio:
additionalGateways: []

nginx:
# used to set site specific configurations under server directive
site:
Expand Down
2 changes: 2 additions & 0 deletions harness/attributes/docker-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ attributes:
nginx:
environment:
FPM_HOST: localhost
istio:
additionalGateways: []
qa:
services:
php-base:
Expand Down
2 changes: 1 addition & 1 deletion helm/app/values.yaml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ resourcePrefix: {{ @('pipeline.base.resourcePrefix') | json_encode | raw }}

ingress: "standard" # standard or istio
istio:
{{ to_nice_yaml(@('istio'), 2, 2) | raw }}
{{ to_nice_yaml(@('pipeline.base.istio'), 2, 2) | raw }}

0 comments on commit edb581f

Please sign in to comment.