looking at https://github.com/gravitational/teleport/tree/master/examples/chart/teleport
The Helm chart runs using Teleport Enterprise images by default, meaning that it will require a license file to run regardless of whether you use Minikube.
You can change this here: https://github.com/gravitational/teleport/blob/master/examples/chart/teleport/values.yaml#L2 - switch teleport-ent
to teleport
and you’ll be running the OSS version.
You will still need to provide a Kubernetes secret named license
in order for the chart to start without errors, but this can be any file you like - its content should be ignored when using the OSS version.
thanks a lot , works now !
This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.