Skip to content

Commit aba93fd

Browse files
committed
--devel flag required for release candidates
1 parent 77288f5 commit aba93fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/helm-charts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

7070
Check 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

0 commit comments

Comments
 (0)