From 5c5adaa3f89fc57bd1368b6f088b0f81228ecf76 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Thu, 1 Feb 2024 09:06:40 +0000 Subject: [PATCH] make env vars file optional step --- docs/hosting/installation/server-setups/aws.md | 10 ++++------ docs/hosting/installation/server-setups/azure.md | 8 +++----- .../hosting/installation/server-setups/google-cloud.md | 8 +++----- 3 files changed, 10 insertions(+), 16 deletions(-) diff --git a/docs/hosting/installation/server-setups/aws.md b/docs/hosting/installation/server-setups/aws.md index e0d9759e0bf..b36849b5c6c 100644 --- a/docs/hosting/installation/server-setups/aws.md +++ b/docs/hosting/installation/server-setups/aws.md @@ -68,7 +68,7 @@ spec: … ``` -### Environment variables +### Postgres environment variables Postgres needs some environment variables set to pass to the application running in the containers. @@ -111,13 +111,11 @@ This defines a minimum of 250mb per container, a maximum of 500mb, and lets Kube --8<-- "_snippets/self-hosting/installation/suggested-pod-resources.md" -### Environment variables +### Optional: Environment variables -n8n needs some environment variables set to pass to the application running in the containers. +You can configure n8n settings and behaviors using environment variables. -The example `n8n-secret.yaml` file contains placeholders you need to replace with values of your own for authentication details. - -Refer to [Environment variables](/hosting/environment-variables/environment-variables/) for n8n environment variables details. +Create an `n8n-secret.yaml` file. Refer to [Environment variables](/hosting/environment-variables/environment-variables/) for n8n environment variables details. ## Deployments diff --git a/docs/hosting/installation/server-setups/azure.md b/docs/hosting/installation/server-setups/azure.md index b06c79f5cc5..40574c8eb73 100644 --- a/docs/hosting/installation/server-setups/azure.md +++ b/docs/hosting/installation/server-setups/azure.md @@ -109,13 +109,11 @@ This defines a minimum of 250mb per container, a maximum of 500mb, and lets Kube --8<-- "_snippets/self-hosting/installation/suggested-pod-resources.md" -### Environment variables +### Optional: Environment variables -n8n needs some environment variables set to pass to the application running in the containers. +You can configure n8n settings and behaviors using environment variables. -The example `n8n-secret.yaml` file contains placeholders you need to replace with values of your own for authentication details. - -Refer to [Environment variables](/hosting/environment-variables/environment-variables/) for n8n environment variables details. +Create an `n8n-secret.yaml` file. Refer to [Environment variables](/hosting/environment-variables/environment-variables/) for n8n environment variables details. ## Deployments diff --git a/docs/hosting/installation/server-setups/google-cloud.md b/docs/hosting/installation/server-setups/google-cloud.md index be1f1234c8f..6481f0d7be2 100644 --- a/docs/hosting/installation/server-setups/google-cloud.md +++ b/docs/hosting/installation/server-setups/google-cloud.md @@ -121,13 +121,11 @@ This defines a minimum of 250mb per container, a maximum of 500mb, and lets Kube --8<-- "_snippets/self-hosting/installation/suggested-pod-resources.md" -### Environment variables +### Optional: Environment variables -n8n needs some environment variables set to pass to the application running in the containers. +You can configure n8n settings and behaviors using environment variables. -The example `n8n-secret.yaml` file contains placeholders you need to replace with values of your own for authentication details. - -Refer to [Environment variables](/hosting/environment-variables/environment-variables/) for n8n environment variables details. +Create an `n8n-secret.yaml` file. Refer to [Environment variables](/hosting/environment-variables/environment-variables/) for n8n environment variables details. ## Deployments