Skip to content

Remove useless default value #82

@l00ptr

Description

@l00ptr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions