cloudnative-pg / cloudnative-pg/charts

Add inherited metadata to chart

Open Beginner friendly
#968 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

Inherited Metadata for Annotations should be added to the chart.

Usecase: eg. classic prometheus scrapeing

```
inheritedMetadata:
{{- with .Values.cluster.annotations }}
annotations:
{{- toYaml . | nindent 6 }}
{{- end }}
```

Contributor guide

Open the contributing guide

Research direction

Locate the Helm chart template that renders annotation metadata and review how cluster annotations are supplied through values. Render the chart with cluster annotations configured, then verify the output includes inheritedMetadata with those annotations for Prometheus scraping.

Written by the indexing model from the issue text.

Assessment

Tech stack
helm
Domain
devops
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
64/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.