From e4a5bc9df695238d40ea4d305555f84cbda5af14 Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:27:13 +0100 Subject: [PATCH] website/docs: kubernetes installation: update values (cherry-pick #8575) (#8576) Co-authored-by: Marc 'risson' Schmitt --- website/docs/installation/kubernetes.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/website/docs/installation/kubernetes.md b/website/docs/installation/kubernetes.md index 0fdae2fca2..df339bfd61 100644 --- a/website/docs/installation/kubernetes.md +++ b/website/docs/installation/kubernetes.md @@ -45,15 +45,12 @@ ingress: ingressClassName: nginx | traefik | kong enabled: true hosts: - # Specify external host name - - host: authentik.domain.tld - paths: - - path: "/" - pathType: Prefix + - authentik.domain.tld postgresql: enabled: true - postgresqlPassword: "ThisIsNotASecurePassword" + auth: + password: "ThisIsNotASecurePassword" redis: enabled: true ```