-
Notifications
You must be signed in to change notification settings - Fork 84
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
feat: Adds TLS for Ingress #17
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Chart changes LGTM. However as @vinzscam pointed out to me before, we should keep the documentation up to date with value changes.
a4bf708
to
7c727d0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌟
Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
c1050b2
to
7e9077d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Description of the change
Adds TLS Configuration for Ingress. Closes: #2
Checklist
Chart.yaml
according to semver.values.yaml
and added to the README.md. The helm-docs utility can be used to generate the necessary content. Usehelm-docs --dry-run
to preview the content.ct lint
command.Have added the variables to the Values file and the
README.md
but we don't usehelm-docs
auto-generation at the moment. There was an open issue on this on the old backstage chart repo but we never actually implemented it. I feel we should raise a separate issue for this and track it separately.Signed-off-by: ChrisJBurns 29541485+ChrisJBurns@users.noreply.github.com