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
Create a `values.yaml` file. This will be used to configure settings for the Digger Helm chart.
27
16
To explore all configurable properties, check the [values.yaml](https://github.com/diggerhq/digger/blob/develop/helm-charts/digger-backend/values.yaml) file in the repository.
17
+
18
+
<Info>
19
+
You can also install without a values.yaml file initially and configure later, but using a values file is recommended for better control.
20
+
</Info>
28
21
</Step>
29
22
30
23
<Steptitle="Select Digger version">
@@ -117,14 +110,34 @@ description: "Learn how to use Helm chart to install Digger on your Kubernetes c
117
110
</Step>
118
111
119
112
<Steptitle="Initial deployment">
120
-
Deploy Digger with the initial configuration:
113
+
Deploy Digger with the initial configuration. Choose one of the following approaches:
0 commit comments