File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ helm template \
6464 --namespace mailserver \
6565 --values my-values.yaml \
6666 --set-file=postfix.tlsCertificate=/path/to/cert.pem,postfix.tlsCertificateChain=/path/to/fullchain.pem,postfix.tlsKey=/path/to/privke.pem \
67- my-mailserver technicalguru/mailserver:1.0.0-rc1
67+ my-mailserver technicalguru/mailserver:1.0.0-rc1 --devel
6868```
6969
7070Check the output whether the Kubernetes YAML files are what you had in mind when defining the values.
@@ -75,7 +75,7 @@ helm install \
7575 --namespace mailserver \
7676 --values my-values.yaml \
7777 --set-file=postfix.tlsCertificate=/path/to/cert.pem,postfix.tlsCertificateChain=/path/to/fullchain.pem,postfix.tlsKey=/path/to/privke.pem \
78- my-mailserver technicalguru/mailserver:1.0.0-rc1
78+ my-mailserver technicalguru/mailserver:1.0.0-rc1 --devel
7979```
8080
8181## Setup your Domain and Mailboxes
You can’t perform that action at this time.
0 commit comments