max-rocket-internet / k8s-event-logger

Watches k8s cluster events and logs them to stdout in JSON
GNU General Public License v3.0
219 stars 30 forks source link

Env Variables #9

Closed ammartins closed 1 year ago

ammartins commented 2 years ago

Hi.

I was looking at this helm chart and notice you have the following env vars:

  env:
    KUBERNETES_API_URL: ''
    CA_FILE: ''

It seems this runs even if you don't pass any values, is this expected behavior?

max-rocket-internet commented 2 years ago

It's expected, yes.