blob: e54fd33a4bda43b007bbcdc21bfb00a357122d6e [file] [log] [blame]
Giorgi Lekveishviliae1a4a42023-12-07 13:23:17 +04001apiVersion: apiregistration.k8s.io/v1
2kind: APIService
3metadata:
Giorgi Lekveishvili5c2c0b92023-12-07 17:35:40 +04004 name: v1alpha1.{{ .Values.apiGroupName }}
Giorgi Lekveishviliae1a4a42023-12-07 13:23:17 +04005 labels:
6 app: {{ include "cert-manager-webhook-pcloud.name" . }}
7 chart: {{ include "cert-manager-webhook-pcloud.chart" . }}
8 release: {{ .Release.Name }}
9 heritage: {{ .Release.Service }}
10 annotations:
11 cert-manager.io/inject-ca-from: "{{ .Values.certManager.namespace }}/{{ include "cert-manager-webhook-pcloud.servingCertificate" . }}"
12spec:
Giorgi Lekveishvili5c2c0b92023-12-07 17:35:40 +040013 group: {{ .Values.apiGroupName }}
Giorgi Lekveishviliae1a4a42023-12-07 13:23:17 +040014 groupPriorityMinimum: 1000
15 versionPriority: 15
16 service:
17 name: {{ include "cert-manager-webhook-pcloud.fullname" . }}
18 namespace: {{ .Values.certManager.namespace | quote }}
Giorgi Lekveishvili5c2c0b92023-12-07 17:35:40 +040019 version: v1alpha1