Skip to content

Commit

Permalink
Merge pull request #44 from metalstormbass/dev
Browse files Browse the repository at this point in the history
Updates Docs
  • Loading branch information
metalstormbass authored Mar 17, 2022
2 parents f971ae8 + 7002839 commit 48e5ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,10 @@ helm install <ENTER_UNIQUE_CHART_NAME> . \
## Advanced Options

There is also the ability to set more advanced parameters. For troubleshooting SSL inspection issues, you can set the
```tlsRejectUnauthorized``` parameter to ```true```.<br><br>
```tlsRejectUnauthorized``` parameter to ```"0"```.<br><br>

```
--set tlsRejectUnauthorized=0
--set tlsRejectUnauthorized="0"
```

To provide your own certificate (signed by your own CA) - you can pass the file name (<b>it needs to reside within the helm chart directory</b>) to the ```caCert``` parameter. <br><br>
Expand Down

0 comments on commit 48e5ce2

Please sign in to comment.