We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf09550 commit 4103c15Copy full SHA for 4103c15
CONTRIBUTING.md
@@ -59,8 +59,8 @@ juju model-config logging-config="<root>=INFO;unit=DEBUG"
59
microk8s enable rbac
60
61
# Deploy the charm
62
-juju deploy ./postgresql-k8s_ubuntu-22.04-amd64.charm --trust \
63
- --resource postgresql-image=$(yq '(.resources.postgresql-image.upstream-source)' metadata.yaml)
+juju deploy ./postgresql-k8s_ubuntu@22.04-amd64.charm --trust \
+ --resource postgresql-image=$(yq -r '.["resources"]["postgresql-image"]["upstream-source"]' metadata.yaml)
64
```
65
66
## Canonical Contributor Agreement
0 commit comments