Skip to content

Commit 2707b16

Browse files
committed
Add optional flags to provides endpoints
1 parent 025afd6 commit 2707b16

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

metadata.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,23 @@ peers:
4545
provides:
4646
database:
4747
interface: mysql_client
48+
optional: true
4849
mysql:
4950
interface: mysql
51+
optional: true
5052
mysql-root:
5153
interface: mysql
54+
optional: true
5255
metrics-endpoint:
5356
interface: prometheus_scrape
57+
optional: true
5458
grafana-dashboard:
5559
interface: grafana_dashboard
60+
optional: true
5661
replication-offer:
5762
interface: mysql_async
5863
limit: 1
64+
optional: true
5965

6066
requires:
6167
certificates:

0 commit comments

Comments
 (0)