From fb854a8d8644bc04d977ef9301b368a73c5b3f32 Mon Sep 17 00:00:00 2001 From: gaganeggday Date: Thu, 24 Sep 2020 09:41:05 -0400 Subject: [PATCH 1/2] A few minor corrections --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca02dde..c57ea02 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ To create a GitOps repository that can be applied to the cluster, kindly run the ### Day-1 operation ```shell -$ odo pipelines bootstrap --service-repo-url https://github.com/ishitasequeira/taxi.git \ +$ kam bootstrap --service-repo-url https://github.com/ishitasequeira/taxi.git \ --dockercfgjson ~/Downloads/isequeir-robot-auth.json \ --gitops-repo-url https://github.com/ishitasequeira/gitops166.git \ --image-repo quay.io/isequeir/taxi --prefix demo --output ~/go/src/github.com/openshift/gitops \ @@ -190,12 +190,12 @@ $ odo pipelines bootstrap --service-repo-url https://github.com/ishitasequeira/t ``` ### Day-2 operation ```shell -$ odo pipelines environment add --env-name prod \ +$ kam environment add --env-name prod \ --pipelines-file ~/go/src/github.com/openshift/gitops/pipelines.yaml ``` ```shell -$ odo pipelines service add --app-name bus-app --env-name prod \ +$ kam service add --app-name bus-app --env-name prod \ --pipelines-file ~/go/src/github.com/openshift/gitops \ --service-name car --sealed-secrets-ns kube-system \ --sealed-secrets-svc sealed-secrets-controller \ From 848660760b489298cbdcbe1d29162d1b6e7941c4 Mon Sep 17 00:00:00 2001 From: gaganeggday Date: Thu, 24 Sep 2020 09:43:27 -0400 Subject: [PATCH 2/2] Minor edits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c57ea02..47856a9 100644 --- a/README.md +++ b/README.md @@ -191,12 +191,12 @@ $ kam bootstrap --service-repo-url https://github.com/ishitasequeira/taxi.git \ ### Day-2 operation ```shell $ kam environment add --env-name prod \ - --pipelines-file ~/go/src/github.com/openshift/gitops/pipelines.yaml + --pipelines-folder ~/go/src/github.com/openshift/gitops/pipelines.yaml ``` ```shell $ kam service add --app-name bus-app --env-name prod \ - --pipelines-file ~/go/src/github.com/openshift/gitops \ + --pipelines-folder ~/go/src/github.com/openshift/gitops \ --service-name car --sealed-secrets-ns kube-system \ --sealed-secrets-svc sealed-secrets-controller \ --git-repo-url https://github.com/ishitasequeira/car.git