From e3f8c1307d0bc85560e1e13e5ee17e5817a89d34 Mon Sep 17 00:00:00 2001 From: caroltyk Date: Thu, 21 Nov 2024 17:30:27 +0000 Subject: [PATCH] comment about operator license setting --- components/tyk-bootstrap/values.yaml | 4 +++- tyk-control-plane/values.yaml | 4 +++- tyk-oss/values.yaml | 4 +++- tyk-stack/values.yaml | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/components/tyk-bootstrap/values.yaml b/components/tyk-bootstrap/values.yaml index 175c1dfe..58a0ce58 100644 --- a/components/tyk-bootstrap/values.yaml +++ b/components/tyk-bootstrap/values.yaml @@ -15,7 +15,9 @@ global: # The license key needed for Tyk Operator. # # NOTE: If you do not want to store license as a plain text in the file, you can use a Kubernetes secret - # that stores the operator license. Please see `.global.secrets.useSecretName`. + # that stores the operator license. Please see `.global.secrets.useSecretName`. If you are using + # `.global.secrets.useSecretName`, you must configure the operator license in the referenced Kubernetes + # secret. `.global.license.operator` will not be used in this case. operator: "" adminUser: # If you don't want to store plaintext secrets for admin user in the Helm value file and would diff --git a/tyk-control-plane/values.yaml b/tyk-control-plane/values.yaml index 144974f5..abd1f5ac 100644 --- a/tyk-control-plane/values.yaml +++ b/tyk-control-plane/values.yaml @@ -8,7 +8,9 @@ global: # The license key needed by Tyk Operator to work. # # NOTE: If you do not want to store license as a plain text in the file, you can use a Kubernetes secret - # that stores the operator license. Please see `.global.secrets.useSecretName`. + # that stores the operator license. Please see `.global.secrets.useSecretName`. If you are using + # `.global.secrets.useSecretName`, you must configure the operator license in the referenced Kubernetes + # secret. `.global.license.operator` will not be used in this case. operator: "" # adminUser specifies credentials for Tyk Dashboard and Dev Portal admin user while bootstrapping. diff --git a/tyk-oss/values.yaml b/tyk-oss/values.yaml index ef6fea39..01e9324d 100644 --- a/tyk-oss/values.yaml +++ b/tyk-oss/values.yaml @@ -25,7 +25,9 @@ global: # The license key needed by Tyk Operator to work. # # NOTE: If you do not want to store license as a plain text in the file, you can use a Kubernetes secret - # that stores the operator license. Please see `.global.secrets.useSecretName`. + # that stores the operator license. Please see `.global.secrets.useSecretName`. If you are using + # `.global.secrets.useSecretName`, you must configure the operator license in the referenced Kubernetes + # secret. `.global.license.operator` will not be used in this case. operator: "" servicePorts: diff --git a/tyk-stack/values.yaml b/tyk-stack/values.yaml index d2afe965..88f78c39 100644 --- a/tyk-stack/values.yaml +++ b/tyk-stack/values.yaml @@ -12,7 +12,9 @@ global: # The license key needed by Tyk Operator to work. # # NOTE: If you do not want to store license as a plain text in the file, you can use a Kubernetes secret - # that stores the operator license. Please see `.global.secrets.useSecretName`. + # that stores the operator license. Please see `.global.secrets.useSecretName`. If you are using + # `.global.secrets.useSecretName`, you must configure the operator license in the referenced Kubernetes + # secret. `.global.license.operator` will not be used in this case. operator: "" # adminUser specifies credentials for Tyk Dashboard and Dev Portal admin user while bootstrapping.