joe-elliott / cert-exporter

A Prometheus exporter that publishes cert expirations on disk and in Kubernetes secrets
Apache License 2.0
313 stars 88 forks source link

How to add "env:" via helm chart to the DaemonSet? #166

Open Martin-Weiss opened 2 months ago

Martin-Weiss commented 2 months ago

It seems when using the helm chart it is not possible to add this to the DaemonSet:

env:
- name: NODE_NAME
  valueFrom:
    fieldRef:
      fieldPath: spec.nodeName

-> any chance that we get this functionality added?

Martin-Weiss commented 2 months ago

Created PR https://github.com/joe-elliott/cert-exporter/pull/167 to address this issue.