Skip to content

Commit

Permalink
Fixes autoUpdate being enabled when applying a DynaKube in v1beta1 wi…
Browse files Browse the repository at this point in the history
…th autoUpdate set to false. (#3251)
  • Loading branch information
wepudt authored Jun 6, 2024
1 parent 76fbec7 commit 7a31795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/v1beta2/dynakube/oneagent_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ type HostInjectSpec struct {
// +kubebuilder:validation:Optional
// +kubebuilder:default=true
// +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"}
AutoUpdate bool `json:"autoUpdate,omitempty"`
AutoUpdate bool `json:"autoUpdate"`
}

type ApplicationMonitoringSpec struct {
Expand Down

0 comments on commit 7a31795

Please sign in to comment.