Skip to content

Commit

Permalink
Template fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Sep 23, 2023
1 parent 633e7f1 commit 49cb2a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/openshift.deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: template.openshift.io/v1
kind: Templateq
kind: Template
parameters:
- name: NAME
description: Module name
Expand Down Expand Up @@ -111,8 +111,8 @@ objects:
imagePullPolicy: Always
name: ${NAME}
env:
- - name: BACKEND_URL
- value: "https://${NAME}-${ZONE}-backend.${DOMAIN}:443"
- name: BACKEND_URL
value: "https://${NAME}-${ZONE}-backend.${DOMAIN}:443"
- name: VITE_AWS_DOMAIN
value: "${VITE_AWS_DOMAIN}"
- name: VITE_CHES_FROM_EMAIL
Expand Down

0 comments on commit 49cb2a9

Please sign in to comment.