You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Managing CRDs can be made easier with a Kustomization resource in the chart's crds folder. If Kustomize was used, the CRDs can be updated to the latest or a specific version more easily.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.
Managing CRDs can be made easier with a
Kustomization
resource in the chart'scrds
folder. If Kustomize was used, the CRDs can be updated to the latest or a specific version more easily.Latest:
Versioned:
kubectl apply --server-side -k https://github.com/prometheus-community/helm-charts/charts/kube-prometheus-stack/crds/?ref=kube-prometheus-stack-x.y.z
Describe the solution you'd like.
Add a
kustomization.yaml
file to thecrds
directory that references the CRD files.Describe alternatives you've considered.
NONE
Additional context.
This is the approach Traefik uses: https://github.com/traefik/traefik-helm-chart
The text was updated successfully, but these errors were encountered: