Skip to content

Commit

Permalink
fix apiservice
Browse files Browse the repository at this point in the history
  • Loading branch information
cgroschupp committed Jan 13, 2020
1 parent 4834ba9 commit d439866
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
annotations:
certmanager.k8s.io/inject-ca-from: "{{ .Release.Namespace }}/{{ include "cert-manager-webhook-softlayer.servingCertificate" . }}"
cert-manager.io/inject-ca-from: "{{ .Release.Namespace }}/{{ include "cert-manager-webhook-softlayer.servingCertificate" . }}"
spec:
group: {{ .Values.groupName }}
groupPriorityMinimum: 1000
Expand Down

0 comments on commit d439866

Please sign in to comment.