Using v3.0.0 of the Helm chart.
According to https://tyk.io/docs/tyk-stack/tyk-operator/installing-tyk-operator/ , the Operator license can be configured using "global.license.operator" or "global.secrets.useSecretName" in the Helm values file.
Checking the file
https://github.com/TykTechnologies/tyk-charts/blob/v3.0.0/components/tyk-operator/templates/all.yaml
it does not seem to use use either value
For now, I have to set the env var "TYK_OPERATOR_LICENSEKEY" to reference a secret instead, which in the values.yaml it recommends us not to do.
Using v3.0.0 of the Helm chart.
According to https://tyk.io/docs/tyk-stack/tyk-operator/installing-tyk-operator/ , the Operator license can be configured using "global.license.operator" or "global.secrets.useSecretName" in the Helm values file.
Checking the file
https://github.com/TykTechnologies/tyk-charts/blob/v3.0.0/components/tyk-operator/templates/all.yaml
it does not seem to use use either value
For now, I have to set the env var "TYK_OPERATOR_LICENSEKEY" to reference a secret instead, which in the values.yaml it recommends us not to do.