Hello, In Flyte helm chart’s values-eks.yaml file,...
# flyte-support
s
Hello, In Flyte helm chart’s values-eks.yaml file, there is a certificateArn: e.g.
Copy code
userSettings:
  accountNumber: <ACCOUNT_NUMBER>
  accountRegion: <AWS_REGION>
  certificateArn: <CERTIFICATE_ARN>
  ...
What is this cerfificate for? And how to create one? Thanks
a
@salmon-refrigerator-32115 the cert is used to secure comms to flyteadmin more details and instructions here: https://github.com/davidmirror-ops/flyte-the-hard-way/blob/main/docs/07-configure-SSL.md
s
Thanks @average-finland-92144!
🙌🏽 1