We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e00428 commit b0591eeCopy full SHA for b0591ee
.werft/util/certs.ts
@@ -9,7 +9,6 @@ export class IssueCertificateParams {
9
dnsZoneDomain: string
10
domain: string
11
ip: string
12
- // additionalWsSubdomains: string[]
13
additionalSubdomains: string[]
14
includeBaseDomain: boolean
15
pathToKubeConfig: string
@@ -25,10 +24,6 @@ export class InstallCertificateParams {
25
24
destinationNamespace: string
26
}
27
28
-function getDefaultSubDomains(): string[] {
29
- return [""];
30
-}
31
-
32
export async function issueCertficate(werft, params: IssueCertificateParams) {
33
var subdomains = [];
34
werft.log("certificate", `Subdomains: ${params.additionalSubdomains}`)
0 commit comments