lumigo-io / lumigo-kubernetes-operator

The Kubernetes operator of Lumigo provides a one-click solution to monitoring Kubernetes clusters with Lumigo
Apache License 2.0
16 stars 5 forks source link

fix: allow using metrics with pre-existing secret #119

Closed harelmo-lumigo closed 1 week ago

harelmo-lumigo commented 1 week ago

The current setup does not work if a secretToken.value value is not set when running helm install, which means only a token provided during installation time can be used. The fix here allows leaving the secretToken.value blank, and providing a name + key of an existing secret holding the token.