From b9b87113fa6ffdd51a0bcb52dbac8cf5f7221028 Mon Sep 17 00:00:00 2001 From: Dave Grizzanti Date: Tue, 2 Apr 2019 10:30:08 -0400 Subject: [PATCH] Add missing , --- pkg/apis/externaldns/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/externaldns/types.go b/pkg/apis/externaldns/types.go index 9bd884375..6f327184a 100644 --- a/pkg/apis/externaldns/types.go +++ b/pkg/apis/externaldns/types.go @@ -187,7 +187,7 @@ var defaultConfig = &Config{ ServiceTypeFilter: []string{}, CFAPIEndpoint: "", CFUsername: "", - CFPassword: "" + CFPassword: "", RFC2136Host: "", RFC2136Port: 0, RFC2136Zone: "",