parent
ad14db425b
commit
6ade3d5933
|
@ -319,7 +319,7 @@ spec:
|
|||
field is set to 'oci'.
|
||||
type: boolean
|
||||
insecureSkipVerify:
|
||||
description: Insecure allows connecting to a HTTPS container registry
|
||||
description: InsecureSkipVerify allows connecting to a HTTPS container registry
|
||||
without verifying the server's certificate chain and host name.
|
||||
This field is only taken into account if the .spec.type field is set to 'oci'.
|
||||
type: boolean
|
||||
|
|
|
@ -887,7 +887,7 @@ This field is only taken into account if the .spec.type field is set to ‘o
|
|||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<code>insecureskipverify</code><br>
|
||||
<code>insecureSkipVerify</code><br>
|
||||
<em>
|
||||
bool
|
||||
</em>
|
||||
|
@ -2633,7 +2633,7 @@ This field is only taken into account if the .spec.type field is set to ‘o
|
|||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<code>insecureskipverify</code><br>
|
||||
<code>insecureSkipVerify</code><br>
|
||||
<em>
|
||||
bool
|
||||
</em>
|
||||
|
|
Loading…
Reference in New Issue