airwallex / k8s-pod-restart-info-collector

Automated troubleshooting of Kubernetes Pods issues. Collect K8s pod restart reasons, logs, and events automatically.
314 stars 45 forks source link

Add ability to define envvars in helm chart #24

Open jeremych1000 opened 1 year ago

jeremych1000 commented 1 year ago

Currently there is no way to define custom envvars in the helm chart in https://github.com/airwallex/k8s-pod-restart-info-collector/blob/master/helm/templates/deployment.yaml#L33-L50

Use case: I have to set some additional envvars e.g. HTTP_PROXY and want to do this without forking the chart.