Skip to content

Commit

Permalink
chore: clean up warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepolo committed Oct 25, 2024
1 parent 4dac193 commit 1cfa5bd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions install/command-line-arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@

While running the installation or update script, you can pass the following options to the script to configure the installation.

## Running with a Reverse Proxy (Not Recommended)
## Running with a Reverse Proxy

Running the ---reverse-proxy flag will remove SSL ingress, this is not recommended!
Running the ---reverse-proxy flag will remove SSL ingres

```bash
--reverse-proxy
```

:::danger
Running the ---reverse-proxy flag will remove SSL ingress, this is not recommended!
:::

## Kubeconfig Location

You may wish to specify the location of your kubeconfig file.
Expand Down

0 comments on commit 1cfa5bd

Please sign in to comment.