You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
518 B
YAML
17 lines
518 B
YAML
apiVersion: apiregistration.k8s.io/v1beta1
|
|
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
|