| Giorgi Lekveishvili | ae1a4a4 | 2023-12-07 13:23:17 +0400 | [diff] [blame] | 1 | apiVersion: apiregistration.k8s.io/v1 |
| 2 | kind: APIService |
| 3 | metadata: |
| Giorgi Lekveishvili | 5c2c0b9 | 2023-12-07 17:35:40 +0400 | [diff] [blame] | 4 | name: v1alpha1.{{ .Values.apiGroupName }} |
| Giorgi Lekveishvili | ae1a4a4 | 2023-12-07 13:23:17 +0400 | [diff] [blame] | 5 | 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" . }}" |
| 12 | spec: |
| Giorgi Lekveishvili | 5c2c0b9 | 2023-12-07 17:35:40 +0400 | [diff] [blame] | 13 | group: {{ .Values.apiGroupName }} |
| Giorgi Lekveishvili | ae1a4a4 | 2023-12-07 13:23:17 +0400 | [diff] [blame] | 14 | groupPriorityMinimum: 1000 |
| 15 | versionPriority: 15 |
| 16 | service: |
| 17 | name: {{ include "cert-manager-webhook-pcloud.fullname" . }} |
| 18 | namespace: {{ .Values.certManager.namespace | quote }} |
| Giorgi Lekveishvili | 5c2c0b9 | 2023-12-07 17:35:40 +0400 | [diff] [blame] | 19 | version: v1alpha1 |