diff --git a/teleport-cluster/values.home.yaml b/teleport-cluster/values.home.yaml index cdccd9c..8917e6c 100644 --- a/teleport-cluster/values.home.yaml +++ b/teleport-cluster/values.home.yaml @@ -24,6 +24,23 @@ operator: # This is needed to have a sensible name and predictable service account name. 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: enabled: false podMonitor: