Skip to content

feat(plugin-barman-cloud): support custom DNS names and plugin server name#848

Open
nkgilley wants to merge 1 commit intocloudnative-pg:mainfrom
nkgilley:plugin-server-name
Open

feat(plugin-barman-cloud): support custom DNS names and plugin server name#848
nkgilley wants to merge 1 commit intocloudnative-pg:mainfrom
nkgilley:plugin-server-name

Conversation

@nkgilley
Copy link
Copy Markdown

@nkgilley nkgilley commented Apr 6, 2026

Adds support for custom DNS names in the server certificate and the cnpg.io/pluginServerName annotation in the Service. This allows the plugin to be used in environments where specific DNS names (e.g. barman-cloud.svc) are required for communication with CloudNativePG.

The changes include:

  • New certificate.server.dnsNames parameter in values.yaml
  • New service.annotations.pluginServerName parameter in values.yaml
  • Updated Service template to include the pluginServerName annotation
  • Updated Certificate template to use custom DNS names if provided
  • Updated values schema and README documentation

fixes #842

… name

Adds support for custom DNS names in the server certificate and the
`cnpg.io/pluginServerName` annotation in the Service. This allows the
plugin to be used in environments where specific DNS names (e.g.
`barman-cloud.svc`) are required for communication with CloudNativePG.

The changes include:
- New `certificate.server.dnsNames` parameter in values.yaml
- New `service.annotations.pluginServerName` parameter in values.yaml
- Updated Service template to include the pluginServerName annotation
- Updated Certificate template to use custom DNS names if provided
- Updated values schema and README documentation

Signed-off-by: Nolan Gilley <nkgilley@gmail.com>
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

plugin-barman-cloud chart doesn't allow user to specify server cert dnsNames or the pluginServerName annotation

1 participant