| giolekva | 01a6b79 | 2021-11-11 19:01:17 +0400 | [diff] [blame] | 1 | apiVersion: cert-manager.io/v1 |
| 2 | kind: Certificate |
| 3 | metadata: |
| 4 | name: wildcard-{{ .Values.private.domain }} |
| 5 | namespace: {{ .Release.Namespace }} |
| giolekva | 26a9681 | 2021-12-03 13:36:02 +0400 | [diff] [blame] | 6 | annotations: |
| 7 | helm.sh/resource-policy: keep |
| giolekva | 01a6b79 | 2021-11-11 19:01:17 +0400 | [diff] [blame] | 8 | spec: |
| 9 | dnsNames: |
| 10 | - '*.{{ .Values.private.domain }}' |
| 11 | issuerRef: |
| 12 | name: {{ .Values.private.name }} |
| 13 | kind: Issuer |
| 14 | secretName: cert-wildcard.{{ .Values.private.domain }} |
| giolekva | 11881b5 | 2021-11-27 16:51:58 +0400 | [diff] [blame] | 15 | secretTemplate: |
| 16 | annotations: |
| giolekva | 3085046 | 2021-12-01 16:23:50 +0400 | [diff] [blame] | 17 | kubed.appscode.com/sync: pcloud-instance-id={{ .Values.pcloudInstanceId }} |