When installing KOTS it might be beneficial to automate as many steps as possible for your customers. One example is providing the license file from the CLI. You can do this by providing the --license-file
flag.
kubectl kots install app-name \
--license-file ./license.yaml \
--shared-password <some value> \
--namespace app-name
For detailed instructions and more automation options, see Automating KOTS.