Skip to content

Commit ab8207a

Browse files
committed
chore: configure postges with alphanumeric secrets
1 parent ea2deb8 commit ab8207a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

helm/cas-airflow-postgres-cluster/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ postgresCluster:
2121
options: "SUPERUSER"
2222
databases:
2323
- postgres
24+
password:
25+
type: AlphaNumeric
2426
- name: airflow
27+
password:
28+
type: AlphaNumeric
2529
databases:
2630
- postgres
2731

0 commit comments

Comments
 (0)