Skip to content

Commit

Permalink
fix code block error
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Wu <[email protected]>
  • Loading branch information
popojk committed Nov 5, 2024
1 parent 955d92d commit 04e5b59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/community/troubleshoot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ This issue is caused by TLS being disabled in your Kubernetes cluster. You can r
Enable ``tls`` in the ``values.yaml`` ingress configuration of flyte-core in order to expose gRPC service at 443 port:
.. code-block:: yaml
ingress:
host: <http://example.com|example.com>
separateGrpcIngress: true
Expand All @@ -200,6 +201,7 @@ Enable ``tls`` in the ``values.yaml`` ingress configuration of flyte-core in ord
Disable ``insecure`` in your ``flytectl`` client config.yaml:
.. code-block:: yaml
admin:
endpoint: dns:///example.com
authType: Pkce
Expand Down

0 comments on commit 04e5b59

Please sign in to comment.