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 f4c6f97 commit 64fb428Copy full SHA for 64fb428
README.md
@@ -71,7 +71,7 @@ juju consume admin/cos.grafana
71
export APPLICATION_NAME=<your-model-name>
72
juju deploy ./flask-hello-world/charm/flask-hello-world_ubuntu-22.04-$(dpkg --print-architecture).charm \
73
$APPLICATION_NAME \
74
- --resource flask-app-image=localhost:32000/flask-hello-world_$(dpkg --print-architecture):0.1
+ --resource flask-app-image=localhost:32000/flask-hello-world:0.1
75
```
76
77
6. Relate the deployed application to database
0 commit comments