Skip to content

Commit

Permalink
Set tyk operator license key in OSS chart (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
komalsukhani authored Nov 21, 2024
1 parent 4e0885e commit 9ee1505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tyk-oss/templates/tyk-operator-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ stringData:
TYK_MODE: "ce"
{{- if not .Values.global.secrets.useSecretName}}
TYK_AUTH: "{{ .Values.global.secrets.APISecret}}"
TYK_OPERATOR_LICENSEKEY: "{{ .Values.global.license.operator }}"
{{- end }}
TYK_URL: "{{ include "tyk-oss.gwControlURL" . }}"
TYK_ORG: "{{ .Values.operatorSecret.orgID}}"
Expand Down

0 comments on commit 9ee1505

Please # to comment.