teleport validateConfigOnDeploy

65 Views Asked by At

I am deploying teleport in kubernetes with argocd and I am stuck creating the configmap of the auth-test and proxy-test pods.

only when I put "validateConfigOnDeploy = false" does the deployment happen. but I don't know what this generates, because the documentation doesn't say anything. any ideas?

1

There are 1 best solutions below

4
On

Can you configure ArgoCD to install the Teleport cluster using the teleport-cluster Helm chart?

ArgoCD supports installing applications using Helm charts and specify custom values, so it should be a matter of configuring it.

When using the teleport-cluster Helm chart, all the configuration is managed by the chart and you just need to specify the values.

Let me know if you need further help.