Skip to content

Commit

Permalink
Merge pull request #390 from alecmerdler/fix-buildman-route-cert
Browse files Browse the repository at this point in the history
Fix Build Manager TLS Creation (PROJQUAY-1542)
  • Loading branch information
alecmerdler committed Feb 3, 2021
2 parents ab22416 + 42bc43c commit 5f9e283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kustomize/secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ func CustomTLSFor(quay *v1.QuayRegistry, baseConfig map[string]interface{}) ([]b
svc,
strings.Join([]string{svc, quay.GetNamespace(), "svc"}, "."),
strings.Join([]string{svc, quay.GetNamespace(), "svc", "cluster", "local"}, "."),
buildManagerHostname,
strings.Split(buildManagerHostname, ":")[0],
},
)
}
Expand Down

0 comments on commit 5f9e283

Please sign in to comment.