doc change to allow for generic ca.crt file secret
This commit is contained in:
parent
d556cc07b6
commit
eb873aacef
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue