From f19d11c0f5c982204ac39fec93a8312b7484ab41 Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Fri, 11 Jul 2025 22:52:11 +0800 Subject: [PATCH] Fix URI --- teleport-cluster/values.home.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teleport-cluster/values.home.yaml b/teleport-cluster/values.home.yaml index 76410c9..7525e8a 100644 --- a/teleport-cluster/values.home.yaml +++ b/teleport-cluster/values.home.yaml @@ -52,9 +52,9 @@ auth: teleport: storage: type: postgres - conn_string: postgres://teleport:DmUVPLxNggZq2fE9bCW96meF@icarus.ipa.champion:5432/teleport_cluster_state + conn_string: postgres://teleport:DmUVPLxNggZq2fE9bCW96meF@icarus.ipa.champion:5433/teleport_cluster_state audit_events_uri: - - postgres://teleport:DmUVPLxNggZq2fE9bCW96meF@icarus.ipa.champion:5432/teleport_cluster_state + - postgres://teleport:DmUVPLxNggZq2fE9bCW96meF@icarus.ipa.champion:5433/teleport_cluster_state podSecurityPolicy: enabled: false