From eb0c6f5e0ef71de312cdad94c5f660bb7714e336 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Thu, 23 Nov 2023 10:41:17 +0000 Subject: [PATCH] doc - update the path to the SF CR for developer testing env Aligning with this previous merged change: https: //softwarefactory-project.io/r/c/software-factory/sf-operator/+/30158 Change-Id: Idfffa8c32e9bf2beeb91fd69bccabc010c9b0c51 --- doc/developer/getting_started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/developer/getting_started.md b/doc/developer/getting_started.md index c840baa7..a416f548 100644 --- a/doc/developer/getting_started.md +++ b/doc/developer/getting_started.md @@ -95,7 +95,7 @@ to see your changes applied to the deployed resources. In another terminal, apply the `SoftwareFactory`'s `CR`: ```sh -kubectl apply -f config/sample/sf_v1_softwarefactory.yaml +kubectl apply -f playbooks/files/sf.yaml ``` Any change on the applied resource re-trigger the reconcile. @@ -105,7 +105,7 @@ Any change on the applied resource re-trigger the reconcile. Run the operator with the following command: ```sh -go run ./main.go standalone --cr config/samples/sf_v1_softwarefactory.yaml --namespace sf +go run ./main.go standalone --cr playbooks/files/sf.yaml --namespace sf ``` > The command returns when the expected state is applied.