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