Fixed typos

This commit is contained in:
Benoit Schweblin 2019-07-02 23:52:58 +01:00
parent d2867ea1c0
commit f611060d05
2 changed files with 4 additions and 4 deletions

View File

@ -74,8 +74,8 @@ helm install --name stackedit stackedit/stackedit \
--set ingress.annotations."kubernetes\.io/ingress\.class"=nginx \
--set ingress.annotations."certmanager\.k8s\.io/issuer"=letsencrypt-prod \
--set ingress.annotations."certmanager\.k8s\.io/acme-challenge-type"=http01 \
--set ingress.hosts[0].host=stackedit.exemple.com \
--set ingress.hosts[0].host=stackedit.example.com \
--set ingress.hosts[0].paths[0]=/ \
--set ingress.tls[0].secretName=stackedit-tls \
--set ingress.tls[0].hosts[0]=stackedit.exemple.com
--set ingress.tls[0].hosts[0]=stackedit.example.com
```

View File

@ -36,14 +36,14 @@ ingress:
# certmanager.k8s.io/issuer: letsencrypt-prod
# certmanager.k8s.io/acme-challenge-type: http01
hosts: []
# - host: stackedit.exemple.com
# - host: stackedit.example.com
# paths:
# - /
tls: []
# - secretName: stackedit-tls
# hosts:
# - stackedit.exemple.com
# - stackedit.example.com
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious