mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 22:35:49 +02:00
Fix deprecated annotation in helm template
Signed-off-by: Benjamin Gentil <benjamin.gentil@infomaniak.com>
This commit is contained in:
parent
46d50dbbf9
commit
0b6c1e59a6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ metadata:
|
|||
release: {{ .Release.Name }}
|
||||
heritage: {{ .Release.Service }}
|
||||
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:
|
||||
group: {{ .Values.groupName }}
|
||||
groupPriorityMinimum: 1000
|
||||
|
|
Loading…
Reference in a new issue