Skip to content

fix: use OpenMetadata.fullname for pipeline manager RBAC resources#503

Open
anandv29 wants to merge 1 commit into
open-metadata:mainfrom
anandv29:fix/hardcoded-rolebinding-name-27575
Open

fix: use OpenMetadata.fullname for pipeline manager RBAC resources#503
anandv29 wants to merge 1 commit into
open-metadata:mainfrom
anandv29:fix/hardcoded-rolebinding-name-27575

Conversation

@anandv29

Copy link
Copy Markdown

Summary

Fixes open-metadata/OpenMetadata#27575

This replaces the hardcoded openmetadata-server-pipeline-manager name used for the pipeline manager's RBAC resources with the standard OpenMetadata.fullname helper. This fixes namespace collisions in multi-release deployments and allows it to properly respect Helm overrides like fullnameOverride.

Changes

Modified charts/openmetadata/templates/k8s-pipeline-rbac.yaml to use the dynamic {{ include "OpenMetadata.fullname" . }}-server-pipeline-manager naming format across:

  • The Role metadata name
  • The RoleBinding metadata name
  • The RoleBinding roleRef name

@Zarubenko Zarubenko left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Fix hardcoded RoleBinding name in k8s-pipeline-rbac.yaml

2 participants