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: charts/superstream/values.yaml
+17-3Lines changed: 17 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,18 @@ global:
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
8
skipLocalAuthentication: true
9
+
10
+
image:
11
+
# global image pull policy to use for all container images in the chart
12
+
# can be overridden by individual image pullPolicy
13
+
pullPolicy:
14
+
# global list of secret names to use as image pull secrets for all pod specs in the chart
0 commit comments