kube-eagle-helm-chart icon indicating copy to clipboard operation
kube-eagle-helm-chart copied to clipboard

Support for custom podAnnotations, no hardcoded defaults

Open fuine6 opened this issue 4 years ago • 0 comments

Sorry, my english is poor.

Current hardcoded Annotations

prometheus.io/scrape: "true"
prometheus.io/port: {{ .Values.service.port | quote }}
prometheus.io/path: "/metrics"

Annotations I need

prometheus.io/scrape: "false"
prometheus.io/scrape_every_5s: "true"
prometheus.io/port: {{ .Values.service.port | quote }}
prometheus.io/path: "/metrics"

I need a way to override the default like this.

fuine6 avatar Jan 30 '22 09:01 fuine6