Skip to content

Commit 7a31795

Browse files
authored
Fixes autoUpdate being enabled when applying a DynaKube in v1beta1 with autoUpdate set to false. (#3251)
1 parent 76fbec7 commit 7a31795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/api/v1beta2/dynakube/oneagent_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ type HostInjectSpec struct {
111111
// +kubebuilder:validation:Optional
112112
// +kubebuilder:default=true
113113
// +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Automatically update Agent",order=13,xDescriptors={"urn:alm:descriptor:com.tectonic.ui:advanced","urn:alm:descriptor:com.tectonic.ui:booleanSwitch"}
114-
AutoUpdate bool `json:"autoUpdate,omitempty"`
114+
AutoUpdate bool `json:"autoUpdate"`
115115
}
116116

117117
type ApplicationMonitoringSpec struct {

0 commit comments

Comments
 (0)