Open devent opened 2 years ago
It works with a regular user.
Are robot users not supported?
I can successfully push to a Harbor charts museum if I use the unchanged username in single quotes to prevent variable expansion
e.g. a command that fails with the error you're seeing:
helm cm-push --username="robot$jenkins" --password="omitted" chart-1.0.0.tgz charts_museum
command that works:
helm cm-push --username='robot$jenkins' --password="omitted" chart-1.0.0.tgz charts_museum
I have Harbor 2.4.2 running with a robot account for scripts. The robot account have all permissions to all projects.
I changed the robot prefix to
robot_
This works:
If I try to push I get the error: