Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1490 from mesosphere/mh/fix-mwc-cacert
Browse files Browse the repository at this point in the history
Fix mutatingwebhookconfiguration CA cert when cert-manager is enabled
  • Loading branch information
k8s-ci-robot authored Feb 9, 2022
2 parents c26fab5 + 252d136 commit 90dd17b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/kubefed/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: v2
description: KubeFed helm chart
name: kubefed
version: 0.0.4
version: 0.0.5
kubeVersion: ">= 1.16.0-0"
dependencies:
- name: controllermanager
version: 0.0.4
version: 0.0.5
repository: "https://localhost/" # Required but unused.
condition: controllermanager.enabled

2 changes: 1 addition & 1 deletion charts/kubefed/charts/controllermanager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
appVersion: "0.8.1"
description: A Helm chart for KubeFed Controller Manager
name: controllermanager
version: 0.0.4
version: 0.0.5
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ metadata:
{{- else }}
name: mutation.core.kubefed.io
{{- end }}
annotations:
{{- if .Values.certManager.enabled }}
cert-manager.io/inject-ca-from: {{ printf "%s/%s%s" .Release.Namespace .Release.Name "-root-certificate" | quote }}
{{- end }}
webhooks:
- name: kubefedconfigs.core.kubefed.io
admissionReviewVersions:
Expand Down

0 comments on commit 90dd17b

Please sign in to comment.