Skip to content

Commit

Permalink
Clarify that you need to switch to the model after deploy to be able …
Browse files Browse the repository at this point in the history
…to run juju status
  • Loading branch information
Tom Haddon committed Oct 19, 2023
1 parent a01194b commit 4340afd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ terraform plan
terraform apply
```

To inspect the environment with Juju, run:
```
juju switch dev-zinc
juju status
```

Then to test the service, run:
```
curl -v https://dev.operatorinc.org/dev-zinc-zinc/ui/ --resolve dev.operatorinc.org:80:${IPADDR}
Expand Down

0 comments on commit 4340afd

Please sign in to comment.