Skip to content

Commit

Permalink
fix alignment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianvf committed Jul 7, 2020
1 parent 1dae72e commit 6aef654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/ansible/watches/watches.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ type Watch struct {
ManageStatus bool `yaml:"manageStatus"`
WatchDependentResources bool `yaml:"watchDependentResources"`
WatchClusterScopedResources bool `yaml:"watchClusterScopedResources"`
Selector metav1.LabelSelector `yaml:"selector"`
SnakeCaseParameters bool `yaml:"snakeCaseParameters"`
Selector metav1.LabelSelector `yaml:"selector"`

// Not configurable via watches.yaml
MaxWorkers int `yaml:"-"`
Expand All @@ -77,8 +77,8 @@ var (
manageStatusDefault = true
watchDependentResourcesDefault = true
watchClusterScopedResourcesDefault = false
selectorDefault = metav1.LabelSelector{}
snakeCaseParametersDefault = true
selectorDefault = metav1.LabelSelector{}

// these are overridden by cmdline flags
maxWorkersDefault = 1
Expand Down

0 comments on commit 6aef654

Please sign in to comment.