completely rename setting name in generated docs too
Signed-off-by: Arnold Bechtoldt <arnold.bechtoldt@inovex.de>
This commit is contained in:
parent
1587741820
commit
c533390185
@ -407,7 +407,7 @@ func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenA
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Description: "ACMEIssuerHTTP01Config is a structure containing the ACME HTTP configuration options",
|
||||
Properties: map[string]spec.Schema{
|
||||
"solverServiceType": {
|
||||
"serviceType": {
|
||||
SchemaProps: spec.SchemaProps{
|
||||
Type: []string{"string"},
|
||||
Format: "",
|
||||
|
||||
@ -888,7 +888,7 @@ Appears In:
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>solverServiceType</code><br /> <em>string</em></td>
|
||||
<td><code>serviceType</code><br /> <em>string</em></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -33,7 +33,7 @@ In rare cases it might be not possible/desired to use NodePort as type for the h
|
||||
# Valid values are ClusterIP and NodePort
|
||||
serviceType: ClusterIP
|
||||
|
||||
By default type NodePort will be used when you don't set http01 or when you set solverServiceType to an empty string. Normally there's no need to change this.
|
||||
By default type NodePort will be used when you don't set http01 or when you set serviceType to an empty string. Normally there's no need to change this.
|
||||
|
||||
.. note::
|
||||
Let's Encrypt does not support issuing wildcard certificates with HTTP-01 challenges.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user