Skip to content

Commit

Permalink
update secret name for ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
omeraplak committed Jun 17, 2021
1 parent e5f48a9 commit 9a08d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
--set ingress.annotations."cert-manager\.io/issuer"=letsencrypt-prod \
--set ingress.hosts[0].host=${{ env.branch }}-${{ env.domain }} \
--set ingress.hosts[0].paths[0].path="/" \
--set ingress.tls[0].secretName=${{ env.branch }}-${{ env.domain }} \
--set ingress.tls[0].secretName=${{ env.branch }}-doc-${{ env.domain }} \
--set ingress.tls[0].hosts[0]=${{ env.branch }}-${{ env.domain }} \
env:
domain: "doc.refine.dev"
Expand Down

0 comments on commit 9a08d6c

Please sign in to comment.