Enable operator
This commit is contained in:
parent
0f75b3c1f5
commit
3472aacd91
@ -224,7 +224,7 @@ enterprise: false
|
|||||||
# Configuration of the optional Teleport operator
|
# Configuration of the optional Teleport operator
|
||||||
operator:
|
operator:
|
||||||
# Set enabled to true to add the Kubernetes Teleport Operator
|
# Set enabled to true to add the Kubernetes Teleport Operator
|
||||||
enabled: false
|
enabled: true
|
||||||
# Kubernetes Teleport Operator image
|
# Kubernetes Teleport Operator image
|
||||||
image: public.ecr.aws/gravitational/teleport-operator
|
image: public.ecr.aws/gravitational/teleport-operator
|
||||||
# Resources to request for the operator container
|
# Resources to request for the operator container
|
||||||
@ -601,7 +601,7 @@ extraVolumeMounts: []
|
|||||||
# Allow the imagePullPolicy to be overridden
|
# Allow the imagePullPolicy to be overridden
|
||||||
imagePullPolicy: IfNotPresent
|
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/
|
# https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
|
||||||
initContainers: []
|
initContainers: []
|
||||||
# - name: "teleport-init"
|
# - name: "teleport-init"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user