We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54184f5 commit aae9f23Copy full SHA for aae9f23
README.md
@@ -71,7 +71,7 @@ juju consume admin/cos.grafana
71
export APPLICATION_NAME=<your-model-name>
72
juju deploy ./fastapi-hello-world/charm/fastapi-hello-world_$(dpkg --print-architecture).charm \
73
$APPLICATION_NAME \
74
- --resource app-image=localhost:32000/fastapi-hello-world_$(dpkg --print-architecture):0.1
+ --resource app-image=localhost:32000/fastapi-hello-world:0.1
75
```
76
77
6. Relate the deployed application to database
0 commit comments