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

Add optional existing serving certs secret #527

Closed
wants to merge 2 commits into from

Conversation

mkroman
Copy link

@mkroman mkroman commented Sep 22, 2022

This PR makes it optional whether the chart should create the serving cert secret or not.

The default behavior of generating a certificate is unchanged.

The chart does not currently work with GitOps delivery tools like Argo CD since a random cert is generated every time it is synchronized.1

I also removed the apiserver.servingCerts.caCrt value since it does not seem to be used anywhere.

Footnotes

  1. https://argo-cd.readthedocs.io/en/stable/user-guide/helm/#random-data

@CLAassistant
Copy link

CLAassistant commented Sep 22, 2022

CLA assistant check
All committers have signed the CLA.

Signed-off-by: Mikkel Kroman <mk@maero.dk>
Signed-off-by: Mikkel Kroman <mk@maero.dk>
@mkroman mkroman force-pushed the existing-serving-cert branch from 9bb405d to b634c4e Compare September 22, 2022 12:18
@mkroman mkroman closed this by deleting the head repository Jan 23, 2025
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.

2 participants