charts/teleport-cluster-16.0.4/charts/teleport-operator
2024-10-30 17:45:12 +08:00
..
.lint Bump teleport to version 16.4.x 2024-10-30 17:45:12 +08:00
operator-crds Bump teleport to version 16.4.x 2024-10-30 17:45:12 +08:00
templates Bump teleport to version 16.4.x 2024-10-30 17:45:12 +08:00
tests Bump teleport to version 16.4.x 2024-10-30 17:45:12 +08:00
Chart.yaml Bump teleport to version 16.4.x 2024-10-30 17:45:12 +08:00
README.md Bump teleport to version 16.4.x 2024-10-30 17:45:12 +08:00
values.yaml Bump teleport to version 16.4.x 2024-10-30 17:45:12 +08:00

Teleport Operator

This chart deploys the Teleport Kubernetes Operator. The operator allows to manage Teleport resources from inside Kubernetes.

Important notice

The chart version follows the Teleport and Teleport Kube Operator version. e.g. chart v15.0.1 runs the operator version 15.0.1 by default. To control which operator version is deployed, use the --version Helm flag.

Deployment

The chart can be deployed in two ways:

  • in standalone mode by running
    helm install teleport/teleport-operator teleport-operator --set authAddr=teleport.example.com:443 --set token=my-operator-token
    
    See the standalone guide for more details.
  • as a dependency of the teleport-cluster Helm chart by adding --set operator.enabled=true. See the operator within teleport-cluster chart guide.

Values and reference

The values.yaml is documented through comment or via the reference docs.

Please make sure you are looking at the correct version when looking at the values reference.