Skip to content

Conversation

@fabian4
Copy link
Contributor

@fabian4 fabian4 commented Oct 29, 2025

Proposed changes

Allow disabling cert-generator with a Helm value

Closes #4173

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

Release notes

If this PR introduces a change that affects users and needs to be mentioned in the release notes,
please add a brief note that summarizes the change.

Allow disabling cert-generator with a Helm value

@nginx-bot
Copy link

nginx-bot bot commented Oct 29, 2025

Hi @fabian4!

Thanks for opening this pull request!
Be sure to check out our Contributing Guidelines while you wait for someone on the team to review this.

@nginx-bot nginx-bot bot added the community label Oct 29, 2025
@github-actions github-actions bot added the helm-chart Relates to helm chart label Oct 29, 2025
Problem: Need to allow disabling cert-generator with a Helm value.

Solution: Allow disabling cert-generator with a Helm value.

Testing: Allow disabling cert-generator with a Helm value.
@fabian4 fabian4 force-pushed the allow_disabling_cert_generator branch from a054b7b to 56a2aaf Compare October 29, 2025 12:41
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 29, 2025
# -- The certGenerator section contains the configuration for the cert-generator Job.
certGenerator:
# -- Enable or disable the cert-generator Job.
disable: false
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's flip this to enable: true to match the pattern set elsewhere in this values file. Also, let's update the comment to say that if this is disabled, then cert-manager or some other method must be used to create the Secrets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community documentation Improvements or additions to documentation helm-chart Relates to helm chart release-notes

Projects

Status: 🆕 New

Development

Successfully merging this pull request may close these issues.

Allow disabling cert-generator with a Helm value

3 participants