Files
Ryan Luckie 15ec2d2347 [stable/stolon] Fix issue with secret deletion during helm upgrade (#5903)
* 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
2018-06-13 13:18:30 -07:00

6 lines
150 B
YAML

## password for the superuser
superuserPassword: "superuserPassword"
## password for the replication user
replicationPassword: "replicationPassword"