diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml index de270e4e..bd4cba1b 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml @@ -71,8 +71,8 @@ spec: - context: log statements: - set(log.body["kubernetes"], log.attributes["kubernetes"]) - - set(log.attributes["app"], log.attributes["context"].app) - - set(log.attributes["environment"], log.attributes["context"].env) + - set(log.attributes["app"], log.attributes["context"]["app"]) + - set(log.attributes["environment"], log.attributes["context"]["env"]) batch: send_batch_size: 5 timeout: 10s