Skip to content

Commit 42a8cc8

Browse files
authored
fix: route collisions (#39)
1 parent 4ba3851 commit 42a8cc8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cert-setup/csr_generator.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ echo " - Responsibility:"
5757
echo " - Service Line:"
5858
echo " - Project:"
5959
echo " - Expense Authority:"
60+
echo " - Financial Reporting Account:"
6061
echo ""
6162
echo "- Attach the newly generated CSR file only"
6263

cert-setup/install_cert.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ if [[ "${ACCEPT^}" != "Y" ]]; then
4545
else
4646
# https://docs.openshift.com/container-platform/4.15/networking/routes/secured-routes.html#nw-ingress-creating-an-edge-route-with-a-custom-certificate_secured-routes
4747
echo "Installing route"
48-
oc create route edge --service=${SERVICE} --cert=${DOMAIN}.cert --key=${DOMAIN}.key --ca-cert=${DOMAIN}.ca-cert --hostname=${DOMAIN}
48+
oc create route edge --service=${SERVICE} --cert=${DOMAIN}.cert --key=${DOMAIN}.key --ca-cert=${DOMAIN}.ca-cert --hostname=${DOMAIN} ${SERVICE}-vanity
4949
fi

0 commit comments

Comments
 (0)