Skip to content

Commit 5811129

Browse files
authored
Rename certificate-crd.yaml to certificate.yaml
This file declares a `Certificate` resource, not a Certificate CRD, so I think this name is more appropriate
1 parent 4b2cc5a commit 5811129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/docker-mailserver/templates/certificate-crd.yaml renamed to charts/docker-mailserver/templates/certificate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ spec:
1919
domains:
2020
- '*.{{ default "example.com" .Values.ssl.dnsname }}'
2121
- {{ default "example.com" .Values.ssl.dnsname }}
22-
{{- end -}}
22+
{{- end -}}

0 commit comments

Comments
 (0)