Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

comment about operator license setting #362

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion components/tyk-bootstrap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion tyk-control-plane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
# 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

Check failure on line 11 in tyk-control-plane/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

[trailing-spaces] trailing spaces
# `.global.secrets.useSecretName`, you must configure the operator license in the referenced Kubernetes

Check failure on line 12 in tyk-control-plane/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

[trailing-spaces] trailing spaces
# 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.
Expand Down
4 changes: 3 additions & 1 deletion tyk-oss/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
# 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

Check failure on line 28 in tyk-oss/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

[trailing-spaces] trailing spaces
# `.global.secrets.useSecretName`, you must configure the operator license in the referenced Kubernetes

Check failure on line 29 in tyk-oss/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

[trailing-spaces] trailing spaces
# secret. `.global.license.operator` will not be used in this case.
operator: ""

servicePorts:
Expand Down
4 changes: 3 additions & 1 deletion tyk-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
# 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

Check failure on line 15 in tyk-stack/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

[trailing-spaces] trailing spaces
# `.global.secrets.useSecretName`, you must configure the operator license in the referenced Kubernetes

Check failure on line 16 in tyk-stack/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

[trailing-spaces] trailing spaces
# 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.
Expand Down
Loading