mirror of
https://github.com/holos-run/holos.git
synced 2026-03-19 16:54:58 +00:00
Without this patch it is difficult to navigate the structure of the configuration of the api objects because they're positional elements in a list. This patch extracts the configuration of the eso-reader and eso-writer ServiceAccount, Role, and RoleBinding structs into a definition that behaves like a function. The individual objects are fields of the struct instead of positional elements in a list.