Skip to content

Commit

Permalink
Re-generate feature gates docs
Browse files Browse the repository at this point in the history
  • Loading branch information
periklis committed May 8, 2023
1 parent 779ce1a commit 7ccefe7
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions operator/docs/operator/feature-gates.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,29 +342,27 @@ when using HTTPEncryption or GRPCEncryption.</p>
<tbody>
<tr>
<td>
<code>servingCertsService</code><br/>
<code>enabled</code><br/>
<em>
bool
</em>
</td>
<td>
<p>ServingCertsService enables OpenShift service-ca annotations on the lokistack-gateway service only
to use the in-platform CA and generate a TLS cert/key pair per service for
in-cluster data-in-transit encryption.
More details: <a href="https://docs.openshift.com/container-platform/latest/security/certificate_types_descriptions/service-ca-certificates.html">https://docs.openshift.com/container-platform/latest/security/certificate_types_descriptions/service-ca-certificates.html</a></p>
<p>Enabled defines the flag to enable that these feature gates are used against OpenShift Container Platform releases.</p>
</td>
</tr>
<tr>
<td>
<code>gatewayRoute</code><br/>
<code>servingCertsService</code><br/>
<em>
bool
</em>
</td>
<td>
<p>GatewayRoute enables creating an OpenShift Route for the LokiStack
gateway to expose the service to public internet access.
More details: <a href="https://docs.openshift.com/container-platform/latest/networking/understanding-networking.html">https://docs.openshift.com/container-platform/latest/networking/understanding-networking.html</a></p>
<p>ServingCertsService enables OpenShift service-ca annotations on the lokistack-gateway service only
to use the in-platform CA and generate a TLS cert/key pair per service for
in-cluster data-in-transit encryption.
More details: <a href="https://docs.openshift.com/container-platform/latest/security/certificate_types_descriptions/service-ca-certificates.html">https://docs.openshift.com/container-platform/latest/security/certificate_types_descriptions/service-ca-certificates.html</a></p>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 7ccefe7

Please sign in to comment.