You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The create-rbac-permission flag is deprecated as per discussions in open-telemetry/opentelemetry-operator#2588 and changes in open-telemetry/opentelemetry-operator#2787. This deprecation impacts the open-telemetry-operator helm chart, specifically the createRbacPermissions flag, which could affect the functionality of k8sattributes.
Additional context
Ensuring the SERVICE_ACCOUNT_NAME environment variable is set correctly is crucial for the functionality of k8sattributes following the deprecation of the create-rbac-permission flag.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The
create-rbac-permission
flag is deprecated as per discussions in open-telemetry/opentelemetry-operator#2588 and changes in open-telemetry/opentelemetry-operator#2787. This deprecation impacts theopen-telemetry-operator
helm chart, specifically thecreateRbacPermissions
flag, which could affect the functionality ofk8sattributes
.Describe the solution you'd like
To align the helm chart with the deprecation of the
create-rbac-permission
flag, it is essential to ensure theSERVICE_ACCOUNT_NAME
environment variable is available inside the pod, as indicated by the source code in open-telemetry/opentelemetry-operator/internal/autodetect/rbac/check.go#L29 and the manager configuration open-telemetry/opentelemetry-operator/config/manager/manager.yaml#L55.Describe alternatives you've considered
N/A
Additional context
Ensuring the
SERVICE_ACCOUNT_NAME
environment variable is set correctly is crucial for the functionality ofk8sattributes
following the deprecation of thecreate-rbac-permission
flag.The text was updated successfully, but these errors were encountered: