doc change to allow for generic ca.crt file secret

This commit is contained in:
Paul Mazzuca 2017-06-09 07:33:01 -07:00
parent d556cc07b6
commit eb873aacef

View file

@ -132,7 +132,7 @@ The final step is to create a secret with the content of this file. This secret
the TLS Auth directive:
```console
$ kubectl create secret generic caingress --namespace=default --from-file=ca.crt
$ kubectl create secret generic caingress --namespace=default --from-file=ca.crt="/path/to/your/cert"
```
## Test HTTP Service