cloudnative-pg / cloudnative-pg/charts
Add annotations to pooler.yaml
Open
Beginner friendly
chart( cluster )
- Dominant language
- Go Template
- Stars
- 621
- Forks
- 265
- Avg merge
- 7d 12h
- Merged PRs (30d)
- 7
Description
Add annotations to pooler.yaml
```
metadata:
{{- with .Values.poolers.annotations }}
annotations:
{{- toYaml . | nindent 6 }}
{{- end }}
```
Contributor guide
Research direction
Open pooler.yaml and inspect the metadata section alongside the existing poolers annotations value. Add the requested annotation handling there, then render the Helm chart with pooler annotations configured and confirm they appear in the generated resource metadata.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- helm
- Domain
- infrastructure
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 88/100