mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Fix issue with secret deletion during helm upgrade - fix issue with secret deletion during helm update - add link to inspiration chart - add lwolf as chart maintainer * Add port definition to sentinel deployment manifest - fix for prometheus scraping * requested changes * Suggested changes - remove `"helm.sh/resource-policy": keep` annotation - require `superuserPassword` and `replicationPassword` * Requested changes - make `superuserPassword` and `replicationPassword` values required - add CI specific values files - bump to latest tagged image of stolon * Update values.yaml * Update Chart.yaml * Update README.md
6 lines
150 B
YAML
6 lines
150 B
YAML
## password for the superuser
|
|
superuserPassword: "superuserPassword"
|
|
|
|
## password for the replication user
|
|
replicationPassword: "replicationPassword"
|