Skip to content

Commit

Permalink
cert prod update
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunlumbcgov committed Dec 4, 2023
1 parent c31cb46 commit 62814f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to.openshift-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ env:

OPENSHIFT_NAMESPACE: ${{ secrets.SDCI_NAMESPACE_NO_ENV }}-prod

CA_CERT: ${{ secrets.CA_CERT }}
CERTIFICATE: ${{ secrets.CERT }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
CA_CERT: "CA_CERT"
CERTIFICATE: "CERTIFICATE"
PRIVATE_KEY: "PRIVATE_KEY"

# 🖊️ EDIT to change the image registry settings.
# Registries such as GHCR, Quay.io, and Docker Hub are supported.
Expand Down

0 comments on commit 62814f2

Please sign in to comment.