From f07081d9589770269f2ca9c20979aca76180f1af Mon Sep 17 00:00:00 2001 From: Gus Luxton Date: Thu, 17 Mar 2022 20:31:44 -0300 Subject: [PATCH] helm: include static_labels in database example (#10414) (#11213) * Updated comment Update clarifying comment for database section. * Update examples/chart/teleport-kube-agent/values.yaml Co-authored-by: Gus Luxton Co-authored-by: Erick Reyes <96448492+Erick-Reyes@users.noreply.github.com> --- examples/chart/teleport-kube-agent/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/chart/teleport-kube-agent/values.yaml b/examples/chart/teleport-kube-agent/values.yaml index 069258679072b..1c1cc33cf38d6 100644 --- a/examples/chart/teleport-kube-agent/values.yaml +++ b/examples/chart/teleport-kube-agent/values.yaml @@ -51,6 +51,8 @@ awsDatabases: [] # - name: aurora # uri: "postgres-aurora-instance-1.xxx.us-east-1.rds.amazonaws.com:5432" # protocol: "postgres" +# static_labels: +# env: "prod" databases: [] ################################################################