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
This will execute the wizard in a special mode that will not actually install anything in your cluster. After all configuration questions are asked, all Kubernetes manifests used by the installer will be instead saved locally in a folder`./codefresh_manifests`.
113
113
114
-
You can then inspect the manifests locally or edit/apply them manually if you wish.
115
-
116
114
##Installing Codefresh Runner with values file
117
115
118
116
To install the Codefresh Runner with pre-defined values file use`--values` flag:
@@ -152,7 +150,7 @@ To install the Codefresh Runner using Helm, follow these steps:
152
150
```
153
151
>**Note!**<br />
154
152
Runtime components' (engine and dind) configuration is determined by the `runner init` command. <br />
155
-
The `helm install` command can only control the configuration of `runner`, `dind-volume-provisioner` and `lv-monitor` components
153
+
The `helm install` command can only control the configuration of `runner`, `dind-volume-provisioner` and `lv-monitor` components.