We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5f1d3 commit 9fe28c0Copy full SHA for 9fe28c0
1 file changed
tests/integration/bundle/test-overlays/bundle-with-overlay-multi.yaml
@@ -1,14 +1,14 @@
1
applications:
2
ghost:
3
- charm: "ghost"
+ charm: "prometheus"
4
channel: stable
5
num_units: 1
6
mysql:
7
- charm: "mysql"
8
- channel: candidate
+ channel: stable
9
10
relations:
11
- - ["ghost", "mysql"]
+ - ["ghost:grafana-source", "mysql:grafana-source"]
12
--- # overlay.yaml
13
description: Overlay to remove the ghost app and the relation
14
0 commit comments