on the stanza CRD / type we have some default value for a few fields. IMHO, we should rely on the pgBackRest defaults as much as possible.
E.g. of useless default value:
// +optional
// +kubebuilder:default=1
ProcessMax uint `json:"processMax" env:"PROCESS_MAX"`
It would be a good idea to review all the fields/parameters and remove the default value when it matches the pgBackRest default.
on the stanza CRD / type we have some default value for a few fields. IMHO, we should rely on the pgBackRest defaults as much as possible.
E.g. of useless default value:
It would be a good idea to review all the fields/parameters and remove the default value when it matches the pgBackRest default.