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
2023/11/05 16:47:53 ...nvironment-to-ini.go:73:main() [F] Failed to run app with [environment-to-ini -o /data/gitea/conf/app.ini]: flag provided but not defined: -o
After some investigation:
It is related to Refactor to use urfave/cli/v2 (#25959).
urfave/cli v2 requires another short-options setup, so the -o Option is gone.
Not fixing this will brake all 1.21 kubernets installation