From 60c1dae4baca25e762486821b549478f4de6d6be Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Fri, 11 Jul 2025 22:21:58 +0800 Subject: [PATCH] Add postgres --- teleport-cluster/values.home.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/teleport-cluster/values.home.yaml b/teleport-cluster/values.home.yaml index c0f3a5d..76410c9 100644 --- a/teleport-cluster/values.home.yaml +++ b/teleport-cluster/values.home.yaml @@ -52,6 +52,9 @@ auth: teleport: storage: type: postgres + conn_string: postgres://teleport:DmUVPLxNggZq2fE9bCW96meF@icarus.ipa.champion:5432/teleport_cluster_state + audit_events_uri: + - postgres://teleport:DmUVPLxNggZq2fE9bCW96meF@icarus.ipa.champion:5432/teleport_cluster_state podSecurityPolicy: enabled: false