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
We currently define resource like Roles, Rolebindings, etc both in code and as YAML manifests (ex: scheduler role in cli and synced in helm)
Instead, we could just define these resources once as a yaml file and embed that file in cli with //go:embed so we only have to maintain it in one spot
The text was updated successfully, but these errors were encountered:
We currently define resource like Roles, Rolebindings, etc both in code and as YAML manifests (ex: scheduler role in cli and synced in helm)
Instead, we could just define these resources once as a yaml file and embed that file in
cli
with//go:embed
so we only have to maintain it in one spotThe text was updated successfully, but these errors were encountered: