Skip to content
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.

Commit

Permalink
Revert "Latest alpine version"
Browse files Browse the repository at this point in the history
This reverts commit 070af15.

Mistake commit
  • Loading branch information
George Angel committed Feb 1, 2017
1 parent 070af15 commit fb88480
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ var (
lbPublicHostname = flag.String("elb-hostname-public", "", "hostname of the ELB for public ingresses")
lbPrivateHostname = flag.String("elb-hostname-private", "", "hostname of the ELB for private ingresses")
r53ZoneID = flag.String("route53-zone-id", "", "Route53 hosted DNS zone id")
domainPrefix = flag.String("domain-prefix", "", "Domain prefix for seperating different clusters in the same environment")
debugLogs = flag.Bool("debug", false, "enables debug logs")
dryRun = flag.Bool("dry-run", false, "if set, the registrator will not make any Route53 changes")

Expand Down Expand Up @@ -83,7 +82,6 @@ func main() {
PublicHostname: *lbPublicHostname,
PublicResourceSelector: *lbPublicSelectorString,
Route53ZoneID: *r53ZoneID,
DomainPrefix: *domainPrefix,
}

if *kubeConfig != "" {
Expand Down

0 comments on commit fb88480

Please sign in to comment.