Skip to content

Commit

Permalink
fixup! Fix docs and comments according to PR reveiw
Browse files Browse the repository at this point in the history
  • Loading branch information
dergeberl committed Oct 16, 2024
1 parent bfc4f10 commit 9709ab2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hack/api-reference/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ string
</td>
<td>
<em>(Optional)</em>
<p>HTTPProxy is used as HTTP_PROXY env in the StatefulSet.</p>
<p>HTTPProxy field represents the proxy server for HTTP connections which is used by the registry cache.</p>
</td>
</tr>
<tr>
Expand All @@ -82,7 +82,7 @@ string
</td>
<td>
<em>(Optional)</em>
<p>HTTPSProxy is used as HTTPS_PROXY env in the StatefulSet.</p>
<p>HTTPSProxy field represents the proxy server for HTTPS connections which is used by the registry cache.</p>
</td>
</tr>
<tr>
Expand All @@ -94,7 +94,7 @@ string
</td>
<td>
<em>(Optional)</em>
<p>NoProxy is used as NO_PROXY env in the StatefulSet.</p>
<p>NoProxy field can be set to a comma separated list of IPs which should not connect over the specified proxy server.</p>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 9709ab2

Please sign in to comment.