cloudnative-pg / cloudnative-pg/charts

Helm chart does not generate volumeSnapshot configuration

Open
#900 1 comment 0 reactions 0 assignees View on GitHub
chart( cluster )
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.