Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
set patronictl config file (#552)
Browse files Browse the repository at this point in the history
* set patronictl config file

* bump chart version

* revert line removal
  • Loading branch information
jleni authored Jan 25, 2023
1 parent 854b78e commit 555e383
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/timescaledb-single/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apiVersion: v1
name: timescaledb-single
description: 'TimescaleDB HA Deployment.'
version: 0.32.0
version: 0.33.0
icon: https://cdn.iconscout.com/icon/free/png-256/timescaledb-1958407-1651618.png

# appVersion specifies the version of the software, which can vary wildly,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ spec:
# Where possible, we want to have lowercase usernames in PostgreSQL as more complex postgres usernames
# requiring quoting to be done in certain contexts, which many tools do not do correctly, or even at all.
# https://patroni.readthedocs.io/en/latest/ENVIRONMENT.html#bootstrap-configuration
- name: PATRONICTL_CONFIG_FILE
value: "/etc/timescaledb/patroni.yaml"
- name: PATRONI_admin_OPTIONS
value: createrole,createdb
- name: PATRONI_REPLICATION_USERNAME
Expand Down

0 comments on commit 555e383

Please sign in to comment.