cloudnative-pg / cloudnative-pg/charts
Add inherited metadata to chart
Open
Beginner friendly
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
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