Skip to content

Commit

Permalink
fix: frontend template corrections (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 11, 2024
1 parent 2712d70 commit f270b53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ parameters:
- name: COMPONENT
description: Component name
value: frontend
- name: ORG_NAME
description: Organization name, e.g. bcgov
value: bcgov
- name: ZONE
description: Deployment zone, e.g. pr-### or prod
required: true
Expand Down Expand Up @@ -35,9 +38,6 @@ parameters:
- name: REGISTRY
description: Container registry to import from (internal is image-registry.openshift-image-registry.svc:5000)
value: ghcr.io
- name: PROMOTE
description: Image (namespace/name:tag) to promote/import
value: bcgov/nr-silva/frontend:prod
- name: LOG_LEVEL
description: Caddy logging level DEBUG, INFO, WARN, ERROR, PANIC, and FATAL (https://github.com/caddyserver/caddy/blob/master/logging.go)
value: "info"
Expand All @@ -59,7 +59,7 @@ objects:
- name: "${IMAGE_TAG}"
from:
kind: DockerImage
name: "${REGISTRY}/${PROMOTE}"
name: ${REGISTRY}/${ORG_NAME}/${NAME}/${COMPONENT}:${ZONE}
referencePolicy:
type: Local
- apiVersion: v1
Expand Down

0 comments on commit f270b53

Please sign in to comment.