Skip to content

fix: helm variable names, annotations for AzureDNS & Route 53 #408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 15, 2021

Conversation

ericpaulsen
Copy link
Member

same variable change as done in #348, while also adding quotations to the letsencrypt annotation.

@ericpaulsen ericpaulsen added the docs 📝 Improvements or additions to documentation label Jun 15, 2021
@ericpaulsen ericpaulsen requested review from mterhar, khorne3 and bpmct June 15, 2021 19:29
@ericpaulsen ericpaulsen self-assigned this Jun 15, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Jun 15, 2021

✨ Coder.com for PR #408 deployed! It will be updated on every commit.

--set ingress.annotations.cert-manager\.io/cluster-issuer=letsencrypt \
--set ingress.tls.devurlsHostSecretName=coder-devurls-cert \
--set ingress.tls.hostSecretName=coder-root-cert \
--set ingress.annotations.cert-manager\.io/cluster-issuer="letsencrypt" \
Copy link
Contributor

@mterhar mterhar Jun 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
--set ingress.annotations.cert-manager\.io/cluster-issuer="letsencrypt" \
--set ingress.annotations."cert-manager\.io/cluster-issuer"="letsencrypt" \

Add quotes around the dot that has been creating issues.

--set ingress.annotations.cert-manager\.io/cluster-issuer=letsencrypt \
--set ingress.tls.devurlsHostSecretName=coder-devurls-cert \
--set ingress.tls.hostSecretName=coder-root-cert \
--set ingress.annotations.cert-manager\.io/cluster-issuer="letsencrypt" \
Copy link
Contributor

@mterhar mterhar Jun 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
--set ingress.annotations.cert-manager\.io/cluster-issuer="letsencrypt" \
--set ingress.annotations."cert-manager\.io/cluster-issuer"="letsencrypt" \

@ericpaulsen ericpaulsen merged commit b3fa702 into main Jun 15, 2021
@ericpaulsen ericpaulsen deleted the ericpaulsen/SSLfix branch June 15, 2021 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs 📝 Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants