Skip to content

Commit

Permalink
minor fix to make the information more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
popojk committed Nov 5, 2024
1 parent 04e5b59 commit 4bc6222
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/community/troubleshoot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Please add ``spark`` to the list of `enabled-plugins` in the config yaml file. F
This issue is caused by TLS being disabled in your Kubernetes cluster. You can resolve the problem by following these steps:
Enable ``tls`` in the ``values.yaml`` ingress configuration of flyte-core in order to expose gRPC service at 443 port:
- Enable ``tls`` in the ``values.yaml`` ingress configuration of flyte-core in order to expose gRPC service at 443 port:
.. code-block:: yaml
Expand All @@ -198,10 +198,10 @@ Enable ``tls`` in the ``values.yaml`` ingress configuration of flyte-core in ord
tls:
enabled: true # enable tls
Disable ``insecure`` in your ``flytectl`` client config.yaml:
- Disable ``insecure`` in your ``flytectl`` client config.yaml:
.. code-block:: yaml
admin:
endpoint: dns:///example.com
authType: Pkce
Expand Down

0 comments on commit 4bc6222

Please sign in to comment.