cloudnative-pg / cloudnative-pg/charts
Helm chart does not generate volumeSnapshot configuration
- Dominant language
- Go Template
- Stars
- 621
- Forks
- 265
- Avg merge
- 7d 12h
- Merged PRs (30d)
- 7
Description
I noticed that the Helm values mention that the backup method can be either barmanObjectStore (default) or volumeSnapshot:
Backup method, can be `barmanObjectStore` (default) or `volumeSnapshot`
https://github.com/cloudnative-pg/charts/blob/cluster-v0.6.1/charts/cluster/values.yaml#L489
However, I couldn't find any references to volumeSnapshot in the chart templates. I expect the following configuration to generate the corresponding resources:
```
- name: vs-daily
schedule: "0 0 2 * * *"
backupOwnerReference: self
method: volumeSnapshot
```
Instead: no volumeSnapshot section defined on the target cluster
Which makes sense, since there doesn't seem to be any volumeSnapshot configuration generated by the chart.
Am I missing some additional required configuration, or is volumeSnapshot support currently incomplete/outdated in the Helm chart documentation?
Thanks.
Contributor guide
Assessment
This issue has not been assessed yet.