Closed fchikwekwe closed 11 months ago
This updates the honeycomb helm chart to use release namespace just like the collector helm chart did.
Tested changes locally to ensure that namespace changes work as intended.
➜ kubectl config set-context --current --namespace=default Context "kind-kind" modified. ➜ helm template ./charts/opentelemetry-collector | grep -i namespace WARNING: This chart is deprecated namespace: default namespace: default namespace: default namespace: default namespace: default ➜ kubectl config set-context --current --namespace=kube-public Context "kind-kind" modified. ➜ helm template ./charts/opentelemetry-collector | grep -i namespace WARNING: This chart is deprecated namespace: kube-public namespace: kube-public namespace: kube-public namespace: kube-public namespace: kube-public
Which problem is this PR solving?
This updates the honeycomb helm chart to use release namespace just like the collector helm chart did.
Tested changes locally to ensure that namespace changes work as intended.