Skip to content

feat: mount self signed certs from configmaps#4472

Merged
olevski merged 1 commit into
release-2.18.0from
feat-use-configmap-for-self-signed-cas
Jun 4, 2026
Merged

feat: mount self signed certs from configmaps#4472
olevski merged 1 commit into
release-2.18.0from
feat-use-configmap-for-self-signed-cas

Conversation

@olevski
Copy link
Copy Markdown
Member

@olevski olevski commented Jun 4, 2026

Currently we only support secrets. But in a lot of cases you can create a configmap, annotate it and then k8s will populate it with cluster-specific CA certs. This is an option for the internal image registry that comes with openshift. And the auto-population with the cert works only on configmaps, not on secrets.

/deploy extra-values=global.certificates.customCAs[0].secret=custom-ca-cert-1,global.certificates.customCAs[1].configMap=custom-ca-cert-2

Currently we only support secrets. But in a lot of cases you can create
a configmap, annotate it and then k8s will populate it with
cluster-specific CA certs. This is an option for the internal image
registry that comes with openshift. And the auto-population with the
cert works only on configmaps, not on secrets.
@olevski olevski requested a review from a team as a code owner June 4, 2026 14:06
@RenkuBot
Copy link
Copy Markdown
Collaborator

RenkuBot commented Jun 4, 2026

You can access the deployment of this PR at https://ci-renku-4472.dev.renku.ch

@olevski olevski enabled auto-merge (squash) June 4, 2026 14:56
@olevski olevski merged commit 7b16184 into release-2.18.0 Jun 4, 2026
47 of 49 checks passed
@olevski olevski deleted the feat-use-configmap-for-self-signed-cas branch June 4, 2026 14:58
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