blob: 6289aada95d87205380cbf25c5c9719b32218400 [file] [log] [blame] [edit]
apiVersion: apiregistration.k8s.io/v1
kind: APIService
metadata:
name: v1alpha1.{{ .Values.groupName }}
labels:
{{ include "godaddy-webhook.labels" . | indent 4 }}
annotations:
cert-manager.io/inject-ca-from: "{{ .Release.Namespace }}/{{ include "godaddy-webhook.servingCertificate" . }}"
spec:
group: {{ .Values.groupName }}
groupPriorityMinimum: 1000
versionPriority: 15
service:
name: {{ include "godaddy-webhook.fullname" . }}
namespace: {{ .Release.Namespace }}
version: v1alpha1