Skip to content

Commit

Permalink
Update types.go
Browse files Browse the repository at this point in the history
  • Loading branch information
njuettner authored Apr 5, 2018
1 parent 6ad2af2 commit 7b32d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/apis/externaldns/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ type Config struct {
DynPassword string
DynMinTTLSeconds int
InMemoryZones []string
PDNSServer string
PDNSServer string
PDNSAPIKey string
Policy string
Registry string
Expand Down Expand Up @@ -102,7 +102,7 @@ var defaultConfig = &Config{
InfobloxWapiVersion: "2.3.1",
InfobloxSSLVerify: true,
InMemoryZones: []string{},
PDNSServer: "http://localhost:8081",
PDNSServer: "http://localhost:8081",
PDNSAPIKey: "",
Policy: "sync",
Registry: "txt",
Expand Down

0 comments on commit 7b32d33

Please sign in to comment.