Update teleport-cluster chart

This commit is contained in:
Jonny Ervine 2025-07-10 23:38:07 +08:00
parent 4a549f3d37
commit d6f73bbdf9

View File

@ -24,6 +24,23 @@ operator:
# This is needed to have a sensible name and predictable service account name. # This is needed to have a sensible name and predictable service account name.
nameOverride: operator nameOverride: operator
auth:
extraEnv:
- name: TELEPORT_STORAGE_URI_SECRET
valueFrom:
secretKeyRef:
name: teleport-postgres-credentials
key: cluster-state-uri
- name: TELEPORT_AUDIT_EVENTS_URI_SECRET
valueFrom:
secretKeyRef:
name: teleport-postgres-credentials
key: audit-events-uri
teleportConfig:
teleport:
storage:
type: postgres
podSecurityPolicy: podSecurityPolicy:
enabled: false enabled: false
podMonitor: podMonitor: