File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ const (
5353HelmChartOption = "helm: Use my own Helm chart (e.g. local via ./chart/ or any remote chart)"
5454ManifestsOption = "kubectl: Use existing Kubernetes manifests (e.g. ./kube/deployment.yaml)"
5555KustomizeOption = "kustomize: Use an existing Kustomization (e.g. ./kube/kustomization/)"
56- NewDevSpaceConfigOption = "Create a new DevSpace configuration "
57- DockerComposeDevSpaceConfigOption = "Create a new DevSpace configuration from the existing Docker Compose "
56+ NewDevSpaceConfigOption = "Create a new devspace.yaml from scratch "
57+ DockerComposeDevSpaceConfigOption = "Convert existing docker-compose.yml to devspace.yaml "
5858
5959// The default name for the production profile
6060productionProfileName = "production"
You can’t perform that action at this time.
0 commit comments