File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ this operator.
1717 - test coverage
1818 - user experience for Juju administrators of this charm.
1919- Please help us out in ensuring easy to review branches by rebasing your pull request branch onto
20- the ` main ` branch. This also avoids merge commits and creates a linear Git commit history.
20+ the ` 16/edge ` branch. This also avoids merge commits and creates a linear Git commit history.
2121
2222## Developing
2323
@@ -59,8 +59,8 @@ juju model-config logging-config="<root>=INFO;unit=DEBUG"
5959microk8s enable rbac
6060
6161# Deploy the charm
62- juju deploy ./postgresql-k8s_ubuntu- 24.04-amd64.charm --trust \
63- --resource postgresql-image=$( yq ' (. resources. postgresql-image. upstream-source) ' metadata.yaml)
62+ juju deploy ./postgresql-k8s_ubuntu@ 24.04-amd64.charm --trust \
63+ --resource postgresql-image=$( yq -r ' .[" resources"][" postgresql-image"][" upstream-source"] ' metadata.yaml)
6464```
6565
6666## Canonical Contributor Agreement
You can’t perform that action at this time.
0 commit comments