Skip to content

Commit

Permalink
Merge "doc - update the path to the SF CR for developer testing env"
Browse files Browse the repository at this point in the history
  • Loading branch information
Microzuul CI authored and Gerrit Code Review committed Nov 24, 2023
2 parents 42cc683 + eb0c6f5 commit c2c14ff
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 c2c14ff

Please sign in to comment.