Skip to content

Commit

Permalink
Removing default value for skipUpgrade to fix flux errors (#5368)
Browse files Browse the repository at this point in the history
  • Loading branch information
pokearu authored Mar 24, 2023
1 parent 3a3b18f commit 5436cf1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion config/crd/bases/anywhere.eks.amazonaws.com_clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ spec:
never.
type: string
skipUpgrade:
default: false
description: SkipUpgrade indicicates that Cilium maintenance
should be skipped during upgrades. This can be used
when operators wish to self manage the Cilium installation.
Expand Down
1 change: 0 additions & 1 deletion config/manifest/eksa-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3643,7 +3643,6 @@ spec:
never.
type: string
skipUpgrade:
default: false
description: SkipUpgrade indicicates that Cilium maintenance
should be skipped during upgrades. This can be used
when operators wish to self manage the Cilium installation.
Expand Down
1 change: 0 additions & 1 deletion pkg/api/v1alpha1/cluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,6 @@ type CiliumConfig struct {

// SkipUpgrade indicicates that Cilium maintenance should be skipped during upgrades. This can
// be used when operators wish to self manage the Cilium installation.
// +kubebuilder:default=false
// +optional
SkipUpgrade *bool `json:"skipUpgrade,omitempty"`
}
Expand Down

0 comments on commit 5436cf1

Please sign in to comment.