Update teleport-cluster chart
This commit is contained in:
parent
4a549f3d37
commit
d6f73bbdf9
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user