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
{{ message }}
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
There is inconsistency now:
str,int,boolstrand require type cast.AFAICS config parsers usually use strings and cast values when they are fetched from config, e.g. configparser, confuse.
But k8t could handle values from cli arguments and env variables same way as it's done with the ones from yaml files.