Skip to content

Commit

Permalink
doc - update the path to the SF CR for developer testing env
Browse files Browse the repository at this point in the history
Aligning with this previous merged change:

https: //softwarefactory-project.io/r/c/software-factory/sf-operator/+/30158
Change-Id: Idfffa8c32e9bf2beeb91fd69bccabc010c9b0c51
  • Loading branch information
morucci committed Nov 23, 2023
1 parent 582f5f1 commit eb0c6f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/developer/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit eb0c6f5

Please sign in to comment.