Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[kube-prometheus-stack] Allow additional annotations for CRDs #4949

Open
Daniel2000815 opened this issue Oct 28, 2024 · 0 comments
Open

[kube-prometheus-stack] Allow additional annotations for CRDs #4949

Daniel2000815 opened this issue Oct 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Daniel2000815
Copy link

Is your feature request related to a problem ?

In relation to this old closed issue, installing a separate chart for this simple feature seems a bit overkill, and having this implemented in the main chart would be helpful in many use cases, like the one mentioned in the issue, enabling server side apply, etc.

Describe the solution you'd like.

In values.yaml:

crds:
    annotations: {}

In CRDs manifests:

metadata:
  annotations: {{ toYaml .Values.crds.annotations | nindent 4 }}

Describe alternatives you've considered.

Use prometheus-operator-crds chart, but like I mentioned, the main chart would benefit from this feature.

Additional context.

No response

@Daniel2000815 Daniel2000815 added the enhancement New feature or request label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant