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
Describe the bug
If the algorithm-builder service account has access to more than one project (namespace), i.e. hkube and another one, then the build failes.
Expected behavior
Building should work even if there is more than one namespace
To Reproduce
openshift cluster
install hkube in hkube namespace
create another project (namespace) (whose name is alphabetically before) - e.g. aaa
add permissions to the algorithm-builder-serviceaccount service account to access the new project
observe in the logs of the builder pod (oc-builder container) that the wrong namespace is used
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
HKube micro-service
algorithm-builder
Describe the bug
If the algorithm-builder service account has access to more than one project (namespace), i.e.
hkube
and another one, then the build failes.Expected behavior
Building should work even if there is more than one namespace
To Reproduce
openshift cluster
hkube
namespacealgorithm-builder-serviceaccount
service account to access the new projectThe text was updated successfully, but these errors were encountered: