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
kbrew should support overriding default namespace with --namespace.
From the implementation side, we can use go templates/placeholders {{ .Namespace }} in recipes instead of hardcoded values and render it at runtime.
The text was updated successfully, but these errors were encountered:
kbrew should support overriding default namespace with
--namespace
.From the implementation side, we can use go templates/placeholders
{{ .Namespace }}
in recipes instead of hardcoded values and render it at runtime.The text was updated successfully, but these errors were encountered: