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
helmVersion: 0.2.1# Define the version of the superstream helm chart.
1
+
helmVersion: 0.2.3# Define the version of the superstream helm chart.
2
2
namespace: superstream # Specify the Kubernetes namespace where the resources will be deployed, isolating them within this designated namespace.
3
3
name: <DATAPLANE_NAME> # Define the data plane name within 32 characters, excluding '.', and using only letters, numbers, '-', and '_'.
4
4
accountId: ""# Provide the account ID that is associated with the deployment, which could be used for identifying resources or configurations tied to a specific account.
5
5
activationToken: ""# Enter the activation token required for services or resources that need an initial token for activation or authentication.
Copy file name to clipboardExpand all lines: helmfile.yaml
+36-7Lines changed: 36 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ environments:
17
17
- natsReleaseName: nats # Set the release name for the NATS deployment, which is used to uniquely identify the set of resources deployed for NATS.
18
18
- superstreamReleaseName: superstream # Specify the release name for the Superstream deployment, uniquely identifying the resources for Superstream.
19
19
- telegrafReleaseName: telegraf # Define the release name for the Telegraf deployment, used for identifying the Telegraf resources in the cluster.
20
+
- natsHelmVersion: 1.1.10
21
+
- telegrafHelmVersion: 1.8.43
20
22
- controlPlane: broker.superstream.dev # Indicate the control plane configuration or identifier, which may include settings specific to the cluster's control plane.
0 commit comments