You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: components/tyk-gateway/values.yaml
+8
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,14 @@ global:
91
91
database: 0
92
92
93
93
remoteControlPlane:
94
+
# useSecretName can be used if you don't want to store plaintext values for remote control plane configurations in
95
+
# the Helm value file and would rather provide the k8s Secret externally.
96
+
# You should set following fields in the secret
97
+
# - orgId - Sets slave_options.rpc_key of Tyk Gateway
98
+
# - userApiKey - Sets slave_options.api_key of Tyk Gateway
99
+
# - groupID - Sets slave_options.group_id of Tyk Gateway
100
+
useSecretName: ""
101
+
94
102
enabled: false
95
103
# connection string used to connect to an MDCB deployment. For Tyk Cloud users, you can get it from Tyk Cloud Console and retrieve the MDCB connection string.
Copy file name to clipboardexpand all lines: components/tyk-pump/values.yaml
+8
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,14 @@ global:
98
98
# keyName: ""
99
99
100
100
remoteControlPlane:
101
+
# useSecretName can be used if you don't want to store plaintext values for remote control plane configurations in
102
+
# the Helm value file and would rather provide the k8s Secret externally.
103
+
# You should set following fields in the secret
104
+
# - orgId - Sets slave_options.rpc_key of Tyk Gateway
105
+
# - userApiKey - Sets slave_options.api_key of Tyk Gateway
106
+
# - groupID - Sets slave_options.group_id of Tyk Gateway
107
+
useSecretName: ""
108
+
101
109
# connection string used to connect to an MDCB deployment. For Tyk Cloud users, you can get it from Tyk Cloud Console and retrieve the MDCB connection string.
0 commit comments