Skip to content

Commit

Permalink
Fixed annotation comment naming
Browse files Browse the repository at this point in the history
  • Loading branch information
okryvoshapka-connyun committed Mar 21, 2019
1 parent a16a12d commit d7800f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ingress/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ type Location struct {
ExternalAuth authreq.Config `json:"externalAuth,omitempty"`
// EnableGlobalAuth indicates if the access to this location requires
// authentication using an external provider defined in controller's config
EnableGlobalAuth bool `json:"externalAuthGlobal,omitempty"`
EnableGlobalAuth bool `json:"enableGlobalAuth"`
// HTTP2PushPreload allows to configure the HTTP2 Push Preload from backend
// original location.
// +optional
Expand Down

0 comments on commit d7800f8

Please sign in to comment.