Skip to content

Commit

Permalink
Use the right configmap validator
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmoor authored and tekton-robot committed Mar 5, 2020
1 parent 44b706d commit 1de0c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/webhook/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func NewConfigValidationController(ctx context.Context, cmw configmap.Watcher) *
configmap.Constructors{
logging.ConfigMapName(): logging.NewConfigFromConfigMap,
defaultconfig.DefaultsConfigName: defaultconfig.NewDefaultsFromConfigMap,
pkgleaderelection.ConfigMapName(): pkgleaderelection.NewConfigFromMap,
pkgleaderelection.ConfigMapName(): pkgleaderelection.NewConfigFromConfigMap,
},
)
}
Expand Down

0 comments on commit 1de0c3e

Please sign in to comment.