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
The goal of this task is to enhance the edp-install Helm chart and the CD-Pipeline Operator to support flexible naming for default groups. Currently, the group names are hardcoded in the rolebinding configuration (rolebinding_developer.yaml). This task will involve updating both the Helm chart and the CD-Pipeline Operator logic to fetch group names from values.yaml, thereby allowing for customization as per user deployment needs. Additionally, this task will cover ensuring compatibility with remote cluster deployment scenarios.
Acceptance Criteria
The edp-install Helm chart and CD-Pipeline Operator must be updated to fetch group names from values.yaml instead of using hardcoded values.
The implementation must include logic to handle custom group names during the provisioning of namespaces by the CD-Pipeline Operator.
The functionality must be thoroughly tested, including edge cases to ensure robustness.
Ensure that the solution works seamlessly with remote cluster deployment scenarios, with no negative impact on existing functionalities.
Documentation must be updated to guide users on how to customize group names in values.yaml.
The changes should not affect current users who rely on the default settings, ensuring backward compatibility.
The text was updated successfully, but these errors were encountered:
The goal of this task is to enhance the
edp-install
Helm chart and the CD-Pipeline Operator to support flexible naming for default groups. Currently, the group names are hardcoded in the rolebinding configuration (rolebinding_developer.yaml
). This task will involve updating both the Helm chart and the CD-Pipeline Operator logic to fetch group names fromvalues.yaml
, thereby allowing for customization as per user deployment needs. Additionally, this task will cover ensuring compatibility with remote cluster deployment scenarios.Acceptance Criteria
edp-install
Helm chart and CD-Pipeline Operator must be updated to fetch group names fromvalues.yaml
instead of using hardcoded values.values.yaml
.The text was updated successfully, but these errors were encountered: