From 05dbf313a5082e189c7a11de8ac52e83933a7c49 Mon Sep 17 00:00:00 2001 From: Spyros Synodinos Date: Wed, 2 Oct 2024 17:07:42 +0300 Subject: [PATCH] fix ci-values --- helm/teleport-kube-agent/ci/ci-values.yaml | 2 +- helm/teleport-kube-agent/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/teleport-kube-agent/ci/ci-values.yaml b/helm/teleport-kube-agent/ci/ci-values.yaml index 2579ac1..2a0f040 100644 --- a/helm/teleport-kube-agent/ci/ci-values.yaml +++ b/helm/teleport-kube-agent/ci/ci-values.yaml @@ -1,4 +1,4 @@ proxyAddr: "teleport.demo.gaws.gigantic.io:443" authToken: "test" kubeClusterName: "test" -roles: "kube" +roles: "kube,app" diff --git a/helm/teleport-kube-agent/values.yaml b/helm/teleport-kube-agent/values.yaml index a4dee85..4d156de 100644 --- a/helm/teleport-kube-agent/values.yaml +++ b/helm/teleport-kube-agent/values.yaml @@ -22,7 +22,7 @@ global: # ```yaml # roles: kube,app,discovery # ``` -roles: "kube, app" +roles: "kube,app" # proxyAddr(string) -- provides the public-facing Teleport Proxy Service endpoint # which should be used to join the cluster. This is the same URL used to access