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

feat: Adds TLS for Ingress #17

Merged
merged 1 commit into from
Dec 8, 2022

Conversation

ChrisJBurns
Copy link
Contributor

Description of the change

Adds TLS Configuration for Ingress. Closes: #2

Checklist

  • Chart version bumped in Chart.yaml according to semver.
  • Variables are documented in the values.yaml and added to the README.md. The helm-docs utility can be used to generate the necessary content. Use helm-docs --dry-run to preview the content.
  • [N/A] JSON Schema generated.
  • List tests pass for Chart using the Chart Testing tool and the ct lint command.

Have added the variables to the Values file and the README.md but we don't use helm-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

@ChrisJBurns ChrisJBurns requested a review from a team as a code owner December 7, 2022 19:06
Copy link
Member

@tumido tumido left a 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.

charts/backstage/values.yaml Show resolved Hide resolved
Copy link
Member

@tumido tumido left a comment

Choose a reason for hiding this comment

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

/lgtm

Copy link
Member

@vinzscam vinzscam left a 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>
@ChrisJBurns ChrisJBurns changed the title Adds TLS for Ingress feat: Adds TLS for Ingress Dec 8, 2022
@ChrisJBurns
Copy link
Contributor Author

@tumido @vinzscam merge conflicts sorted 👍

Copy link
Member

@tumido tumido left a comment

Choose a reason for hiding this comment

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

/lgtm

@tumido tumido merged commit 737ba4f into backstage:main Dec 8, 2022
@ChrisJBurns ChrisJBurns deleted the adds-tls-for-ingress branch December 8, 2022 19:34
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.

🚀 Feature: Make it possible to enabled TLS on ingress
3 participants