Merge pull request #460 from yoobato/main

Fixed broken docs link
This commit is contained in:
BlackMagiq
2023-03-22 12:13:53 +07:00
committed by GitHub

View File

@@ -38,7 +38,7 @@ Self-hosted Infisical allows you to maintain your sensitive information within y
#### 1. Fill our environment variables
Before you can deploy the Helm chart, you must fill out the required environment variables. To do so, please copy the below file to a `.yaml` file.
Refer to the available [environment variables](../../self-hosting/configuration/envars) to learn more
Refer to the available [environment variables](/self-hosting/configuration/envars) to learn more
<Accordion title="values.yaml">
[View all available Helm chart values parameters](https://github.com/Infisical/infisical/tree/main/helm-charts/infisical)
@@ -178,7 +178,7 @@ Self-hosted Infisical allows you to maintain your sensitive information within y
mkdir nginx && wget -O ./nginx/default.conf https://raw.githubusercontent.com/Infisical/infisical/main/nginx/default.dev.conf
```
3. Tweak the `.env` according to your preferences. Refer to the available [environment variables](../../self-hosting/configuration/envars)
3. Tweak the `.env` according to your preferences. Refer to the available [environment variables](/self-hosting/configuration/envars)
```bash
# update environment variables like mongo login
@@ -195,4 +195,4 @@ Self-hosted Infisical allows you to maintain your sensitive information within y
5. Your Infisical installation is complete and should be running on [http://localhost:80](http://localhost:80). Please note that the containers are not exposed to the internet and only bind to the localhost. It's up to you to configure a firewall, SSL certificates, and implement any additional security measures.
</Tab>
</Tabs>
</Tabs>