Skip to content

Commit

Permalink
fix: missing HOST_ROUTE
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Nov 14, 2024
1 parent a2c895e commit 5124b6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/openshift/nginx.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ parameters:
- name: APP_ENVIRONMENT
description: The environment being created ('dev', 'qa', 'uat', 'prod')
required: true
- name: HOST_ROUTE
description: The internal route for routing nginx traffic
required: true
- name: NGINX_IMAGE
description: The nginx docker image to use
required: true

0 comments on commit 5124b6c

Please sign in to comment.