Files
LiquidCode_Cluster/postgres-operator/manifests/infrastructure-roles-configmap.yaml
Пытков Роман 7230a00a87 Pg, install scripts
2023-12-14 14:04:16 +03:00

12 lines
299 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: postgresql-infrastructure-roles
data:
batman: |
inrole: [admin] # following roles will be assigned to the new user
user_flags:
- createdb
db_parameters: # db parameters, applyed for this particular user
log_statement: all