From 61adf1d4ede0718ea4c5bd0ec4287301760cbadf Mon Sep 17 00:00:00 2001 From: Jan Mashat Date: Thu, 10 Oct 2024 10:21:03 +0200 Subject: [PATCH] Update add-project.md New lagoon version renamed some flags. --- docs/installing-lagoon/add-project.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installing-lagoon/add-project.md b/docs/installing-lagoon/add-project.md index 503a9e3f54..e0a08443b6 100644 --- a/docs/installing-lagoon/add-project.md +++ b/docs/installing-lagoon/add-project.md @@ -6,14 +6,14 @@ ```bash title="Add project" lagoon add project \ - --gitUrl \ - --openshift 1 \ - --productionEnvironment \ + --git-url \ + --deploytarget 1 \ + --production-environment \ --branches \ --project ``` - * The value for `--openshift` is the ID of your Kubernetes cluster. + * The value for `--deploytarget` is the ID of your Kubernetes cluster. * Your production environment should be the name of the branch you want to have as your production environment. * The branches you want to deploy might look like this: `“^(main|develop)$”` * The name of your project is anything you want - “Company Website,” “example,” etc.