From 3f4a8dc4f6620adcf0f50628b4d0bf2fbb274f48 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 19 Oct 2020 11:31:36 +0200 Subject: [PATCH] docs: update example helm values file --- docs/installation/kubernetes.md | 11 +++++++---- helm/values.yaml | 1 + 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/installation/kubernetes.md b/docs/installation/kubernetes.md index fbefca06bc..82a1dbfd99 100644 --- a/docs/installation/kubernetes.md +++ b/docs/installation/kubernetes.md @@ -18,17 +18,20 @@ nameOverride: "" serverReplicas: 1 workerReplicas: 1 +# Enable the Kubernetes integration which lets passbook deploy outposts into kubernetes +kubernetesIntegration: true + config: # Optionally specify fixed secret_key, otherwise generated automatically - # secret_key: _k*@6h2u2@q-dku57hhgzb7tnx*ba9wodcb^s9g0j59@=y(@_o + # secretKey: _k*@6h2u2@q-dku57hhgzb7tnx*ba9wodcb^s9g0j59@=y(@_o # Enable error reporting - error_reporting: + errorReporting: enabled: false environment: customer - send_pii: false + sendPii: false # Log level used by web and worker # Can be either debug, info, warning, error - log_level: warning + logLevel: warning # Enable Database Backups to S3 # backup: diff --git a/helm/values.yaml b/helm/values.yaml index 4a89873505..edd19efa12 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -11,6 +11,7 @@ nameOverride: "" serverReplicas: 1 workerReplicas: 1 +# Enable the Kubernetes integration which lets passbook deploy outposts into kubernetes kubernetesIntegration: true config: