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
It is not mandatory to update all the fields, however GoLang struct[1] generates default data type values on TektonConfig CR.
This leads confusion on user point of view.
we have
options
under all the components.User can update or create a resources with
options
as mentioned in https://tekton.dev/docs/operator/tektonconfig/#additional-fields-as-optionsIt is not mandatory to update all the fields, however GoLang struct[1] generates default data type values on
TektonConfig
CR.This leads confusion on user point of view.
[1] -
operator/pkg/apis/operator/v1alpha1/additional_options.go
Lines 29 to 32 in 8a69188
Expected:
Should not add struct default values on TektonConfig CR. keep only what user added.
Current Behavior:
Entered:
Generated:
The text was updated successfully, but these errors were encountered: