Enable operator

This commit is contained in:
Jonny Ervine 2023-09-10 12:03:05 +08:00
parent 0f75b3c1f5
commit 3472aacd91

View File

@ -224,7 +224,7 @@ enterprise: false
# Configuration of the optional Teleport operator
operator:
# Set enabled to true to add the Kubernetes Teleport Operator
enabled: false
enabled: true
# Kubernetes Teleport Operator image
image: public.ecr.aws/gravitational/teleport-operator
# Resources to request for the operator container
@ -601,7 +601,7 @@ extraVolumeMounts: []
# Allow the imagePullPolicy to be overridden
imagePullPolicy: IfNotPresent
# A list of initContainers to run before each Teleport pod starts
# A list of initContainers to run before each Teleport pod starts
# https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
initContainers: []
# - name: "teleport-init"