| Giorgi Lekveishvili | f583192 | 2023-05-31 17:51:03 +0400 | [diff] [blame] | 1 | # apiVersion: cert-manager.io/v1 |
| 2 | # kind: Certificate |
| 3 | # metadata: |
| 4 | # name: www-{{ .Values.public.domain }} |
| 5 | # namespace: {{ .Release.Namespace }} |
| 6 | # annotations: |
| 7 | # helm.sh/resource-policy: keep |
| 8 | # spec: |
| 9 | # dnsNames: |
| 10 | # - '{{ .Values.public.domain }}' |
| 11 | # - 'www.{{ .Values.public.domain }}' |
| 12 | # issuerRef: |
| 13 | # name: {{ .Values.public.name }} |
| 14 | # kind: ClusterIssuer |
| 15 | # secretName: cert-www.{{ .Values.public.domain }} |
| 16 | # secretTemplate: |
| 17 | # annotations: |
| 18 | # kubed.appscode.com/sync: "pcloud-instance-id={{ .Values.pcloudInstanceId }}" |