Releases: DIPSAS/operator-helm-gen
Releases · DIPSAS/operator-helm-gen
v0.1.2
Fixed an issue where generated CRDs contain ---
in property descriptions. This caused the resource split to do the split prematurely, resulting in a YAML parse error.
This happens when the API structs use metav1.Condition
in their Status
field.
The resource split has been adjusted to check for a line break, "---\n"
to fix this issue.
v0.1.1
Added template patching for namespace and service account placeholders.
Supported command line flags:
- keep: The names of resources to consider, comma separated. E.g
Role, RoleBinding,CustomResourceDefinition
. - dir: The directory where the output files will be stored. If left out, everything will be written to
os.Stdout
. - version: Prints the version and exits.
create v0.0.1
move to helm-gen dir