Skip to content

Commit

Permalink
improvement: storage sync from manifests true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
waveywaves committed Jul 14, 2023
1 parent 19bcbff commit 267aade
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/v1alpha1/uffizzicluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ type UffizziClusterIngress struct {
}

type UffizziClusterStorage struct {
//+kubebuilder:default:=true
SyncFromManifests *bool `json:"syncFromManifests,omitempty"`
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ spec:
storage:
properties:
syncFromManifests:
default: true
type: boolean
type: object
ttl:
Expand Down
1 change: 1 addition & 0 deletions config/crd/bases/uffizzi.com_uffizziclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ spec:
storage:
properties:
syncFromManifests:
default: true
type: boolean
type: object
ttl:
Expand Down

0 comments on commit 267aade

Please sign in to comment.