Skip to content
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

Provide more TLS names which will be valid for the TLS cert #1877

Closed
wants to merge 1 commit into from

Conversation

JonTheNiceGuy
Copy link

The names are:

  • 127.0.0.1 (existing)
  • localhost (existing)
  • {{ .Release.Name }} (existing)
  • {{ .Release.Name }}.{{ .Release.Namespace }} (new)
  • {{ .Release.Name }}.{{ .Release.Namespace }}.svc (new)
  • {{ .Release.Name }}.{{ .Release.Namespace }}.svc.cluster.local (new)

The names are:
`localhost`
`{{ .Release.Name }}`
`{{ .Release.Name }}.{{ .Release.Namespace }}`
`{{ .Release.Name }}.{{ .Release.Namespace }}.svc`
`{{ .Release.Name }}.{{ .Release.Namespace }}.svc.cluster.local`

Signed-off-by: Jon Spriggs <[email protected]>
@JonTheNiceGuy
Copy link
Author

This doesn't solve for the usecase I was hoping for. Apologies for the noise with the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant