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

fix: add ingress create boolean #550

Merged
merged 3 commits into from
Jun 23, 2023

Conversation

cortesnoel-lm
Copy link
Contributor

@cortesnoel-lm cortesnoel-lm commented Jun 15, 2023

Description of the change

Adding .Values.ingress.create to tuf helm chart and wrapping tuf's ingress.yaml in an if block using that new "create" value. This way users can opt-in to tuf's ingress.yaml like some of the other chart objects.

Existing or Associated Issue(s)

Additional Information

Baiscally same pattern as tuf's namespace.yaml in templates dir. I left default value as true to not introduce breaking changes.

Checklist

  • Chart version bumped in Chart.yaml according to semver. Where applicable, update and bump the versions in any associated umbrella chart
  • 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.
  • JSON Schema generated.
  • List tests pass for Chart using the Chart Testing tool and the ct lint command.

@cortesnoel-lm cortesnoel-lm changed the title add ingress create boolean Fix: add ingress create boolean Jun 15, 2023
@cortesnoel-lm cortesnoel-lm marked this pull request as ready for review June 15, 2023 22:06
@cortesnoel-lm cortesnoel-lm changed the title Fix: add ingress create boolean fix: add ingress create boolean Jun 15, 2023
Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

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

thanks
see a small nit and also sign the DCO

charts/tuf/README.md Outdated Show resolved Hide resolved
@cortesnoel-lm
Copy link
Contributor Author

Noting here, I made all the recommended changes and resolved the convos. Is there anything else needed from me to merge?

@cpanato cpanato merged commit 42ad0b6 into sigstore:main Jun 23, 2023
1 check passed
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.

3 participants