charts/teleport-cluster-15.3.7/charts/teleport-operator
2024-07-15 06:22:50 +08:00
..
.lint Upgrade teleport to 16 2024-07-15 06:22:50 +08:00
operator-crds Upgrade teleport to 16 2024-07-15 06:22:50 +08:00
templates Upgrade teleport to 16 2024-07-15 06:22:50 +08:00
tests Upgrade teleport to 16 2024-07-15 06:22:50 +08:00
Chart.yaml Upgrade teleport to 16 2024-07-15 06:22:50 +08:00
README.md Upgrade teleport to 16 2024-07-15 06:22:50 +08:00
values.yaml Upgrade teleport to 16 2024-07-15 06:22:50 +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.