alexellis / arkade

Open Source Marketplace For Developer Tools
https://blog.alexellis.io/kubernetes-marketplace-two-year-update/
MIT License
4.19k stars 286 forks source link

inlets-operator read license from file / create k8s secret for license #102

Open Waterdrips opened 4 years ago

Waterdrips commented 4 years ago

once support for the license being a secret is merged into the inlets-operator chart it would be good to support that here, so the license is not exposed in deployments etc.

Expected Behaviour

allow a flag of --license-file (or similar) to create the k8s secret and pass it to the chart (once this issue is implemented: https://github.com/inlets/inlets-operator/issues/67 )

Current Behaviour

passed as a literal

Possible Solution

see how the token file is done, and mimic that behavior

alexellis commented 4 years ago

Sounds good to me

alexellis commented 4 years ago

@Waterdrips 👋 what's the status of this one please?