Change apiVersion of cert-manager in APIService to the up to date one

The annotation in the APIService references the old cert-manager apiVersion. This change fixes that.
This commit is contained in:
Mattias Gees 2021-01-13 13:40:15 +00:00
parent 46d50dbbf9
commit 5d6762a0df

View File

@ -8,7 +8,7 @@ metadata:
release: {{ .Release.Name }} release: {{ .Release.Name }}
heritage: {{ .Release.Service }} heritage: {{ .Release.Service }}
annotations: annotations:
certmanager.k8s.io/inject-ca-from: "{{ .Release.Namespace }}/{{ include "example-webhook.servingCertificate" . }}" cert-manager.io/inject-ca-from: "{{ .Release.Namespace }}/{{ include "example-webhook.servingCertificate" . }}"
spec: spec:
group: {{ .Values.groupName }} group: {{ .Values.groupName }}
groupPriorityMinimum: 1000 groupPriorityMinimum: 1000