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
agentName: ""# Define the superstream engine name within 32 characters, excluding '.', and using only lowercase letters, numbers, '-', and '_'.
23
+
agentName: ""# Define the superstream engine name within 32 characters, excluding '.', and using only lowercase letters, numbers, '-', and '_'.
24
24
superstreamAccountId: ""# Provide the account ID associated with the deployment, which could be used for identifying resources or configurations tied to a specific account.
25
25
superstreamActivationToken: ""# Enter the activation token required for services or resources that need an initial token for activation or authentication.
26
-
skipLocalAuthentication: true
27
26
```
28
27
29
28
To deploy it, run the following:
@@ -39,7 +38,6 @@ The following table lists the configurable parameters of the SuperStream chart a
39
38
|`global.agentName`| Define the superstream agent name within 32 characters, excluding '.', and using only lowercase letters, numbers, '-', and '_'. |`""`|
40
39
|`global.superstreamAccountId`| Provide the account ID associated with the deployment, which could be used for identifying resources or configurations tied to a specific account. |`""`|
41
40
|`global.superstreamActivationToken`| Enter the activation token required for services or resources that need an initial token for activation or authentication. |`""`|
42
-
|`global.skipLocalAuthentication`| Specifies whether to skip local authentication. |`true`|
43
41
|`global.image.pullPolicy`| Global image pull policy to use for all container images in the chart. Can be overridden by individual image pullPolicy. |`""`|
44
42
|`global.image.pullSecretNames`| Global list of secret names to use as image pull secrets for all pod specs in the chart. Secrets must exist in the same namespace. |`[]`|
45
43
|`global.image.registry`| Global registry to use for all container images in the chart. Can be overridden by individual image registry. |`""`|
@@ -81,8 +79,6 @@ The following table lists the configurable parameters of the SuperStream chart a
81
79
|`superstreamAgent.nodeSelector`| Node selectors to control the placement of pods. |`{}`|
82
80
|`superstreamAgent.tolerations`| Tolerations for pods to tolerate certain node conditions or taints. |`[]`|
83
81
|`superstreamAgent.affinity`| Affinity rules for pod scheduling. |`{}`|
84
-
|`superstreamAgent.internalNatsConnection.host`| Host for the internal NATS connection. |`""`|
85
-
|`superstreamAgent.internalNatsConnection.port`| Port for the internal NATS connection. |`4222`|
86
82
|`superstreamAgent.controlPlane.host`| Host for the control plane connection. |`"broker.superstream.ai"`|
87
83
|`superstreamAgent.controlPlane.port`| Port for the control plane connection. |`4222`|
88
84
|`superstreamAgent.syslog.enabled`| Determines whether the syslog is enabled for the superstream agent. |`true`|
Copy file name to clipboardExpand all lines: charts/superstream-agent/README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@ global:
23
23
agentName: ""# Define the superstream engine name within 32 characters, excluding '.', and using only lowercase letters, numbers, '-', and '_'.
24
24
superstreamAccountId: ""# Provide the account ID associated with the deployment, which could be used for identifying resources or configurations tied to a specific account.
25
25
superstreamActivationToken: ""# Enter the activation token required for services or resources that need an initial token for activation or authentication.
26
-
skipLocalAuthentication: true
27
26
```
28
27
29
28
To deploy it, run the following:
@@ -39,7 +38,6 @@ The following table lists the configurable parameters of the SuperStream chart a
39
38
|`global.agentName`| Define the superstream agent name within 32 characters, excluding '.', and using only lowercase letters, numbers, '-', and '_'. |`""`|
40
39
|`global.superstreamAccountId`| Provide the account ID associated with the deployment, which could be used for identifying resources or configurations tied to a specific account. |`""`|
41
40
|`global.superstreamActivationToken`| Enter the activation token required for services or resources that need an initial token for activation or authentication. |`""`|
42
-
|`global.skipLocalAuthentication`| Specifies whether to skip local authentication. |`true`|
43
41
|`global.image.pullPolicy`| Global image pull policy to use for all container images in the chart. Can be overridden by individual image pullPolicy. |`""`|
44
42
|`global.image.pullSecretNames`| Global list of secret names to use as image pull secrets for all pod specs in the chart. Secrets must exist in the same namespace. |`[]`|
45
43
|`global.image.registry`| Global registry to use for all container images in the chart. Can be overridden by individual image registry. |`""`|
@@ -81,8 +79,6 @@ The following table lists the configurable parameters of the SuperStream chart a
81
79
|`superstreamAgent.nodeSelector`| Node selectors to control the placement of pods. |`{}`|
82
80
|`superstreamAgent.tolerations`| Tolerations for pods to tolerate certain node conditions or taints. |`[]`|
83
81
|`superstreamAgent.affinity`| Affinity rules for pod scheduling. |`{}`|
84
-
|`superstreamAgent.internalNatsConnection.host`| Host for the internal NATS connection. |`""`|
85
-
|`superstreamAgent.internalNatsConnection.port`| Port for the internal NATS connection. |`4222`|
86
82
|`superstreamAgent.controlPlane.host`| Host for the control plane connection. |`"broker.superstream.ai"`|
87
83
|`superstreamAgent.controlPlane.port`| Port for the control plane connection. |`4222`|
88
84
|`superstreamAgent.syslog.enabled`| Determines whether the syslog is enabled for the superstream agent. |`true`|
Copy file name to clipboardExpand all lines: charts/superstream-agent/values.yaml
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ global:
5
5
agentName: ""# Define the superstream agent name within 32 characters, excluding '.', and using only lowercase letters, numbers, '-', and '_'.
6
6
superstreamAccountId: ""# Provide the account ID associated with the deployment, which could be used for identifying resources or configurations tied to a specific account.
7
7
superstreamActivationToken: ""# Enter the activation token required for services or resources that need an initial token for activation or authentication.
8
-
skipLocalAuthentication: true
9
8
10
9
image:
11
10
# Global image pull policy to use for all container images in the chart
0 commit comments