From d6f73bbdf9d7d134a3da76b3dd84f5cc00ac52d6 Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Thu, 10 Jul 2025 23:38:07 +0800 Subject: [PATCH] Update teleport-cluster chart --- teleport-cluster/values.home.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/teleport-cluster/values.home.yaml b/teleport-cluster/values.home.yaml index cdccd9c..8917e6c 100644 --- a/teleport-cluster/values.home.yaml +++ b/teleport-cluster/values.home.yaml @@ -24,6 +24,23 @@ operator: # This is needed to have a sensible name and predictable service account name. nameOverride: operator +auth: + extraEnv: + - name: TELEPORT_STORAGE_URI_SECRET + valueFrom: + secretKeyRef: + name: teleport-postgres-credentials + key: cluster-state-uri + - name: TELEPORT_AUDIT_EVENTS_URI_SECRET + valueFrom: + secretKeyRef: + name: teleport-postgres-credentials + key: audit-events-uri + teleportConfig: + teleport: + storage: + type: postgres + podSecurityPolicy: enabled: false podMonitor: