Skip to content

Commit a2b72e4

Browse files
rpbrittonGu1nness
andauthored
Add optional flags to provides endpoints (#408)
* Add optional flags to provides endpoints * fix: Disable backup tests if we don't have github secrets --------- Co-authored-by: Neha Oudin <[email protected]>
1 parent cee768e commit a2b72e4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

metadata.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,31 +32,40 @@ peers:
3232
provides:
3333
database:
3434
interface: mongodb_client
35+
optional: true
3536
obsolete:
3637
interface: mongodb
38+
optional: true
3739
metrics-endpoint:
3840
interface: prometheus_scrape
41+
optional: true
3942
grafana-dashboard:
4043
interface: grafana_dashboard
44+
optional: true
4145
config-server:
4246
interface: shards
47+
optional: true
4348
cluster:
4449
interface: config-server
50+
optional: true
4551

4652
requires:
4753
certificates:
4854
interface: tls-certificates
4955
limit: 1
56+
optional: true
5057
logging:
5158
interface: loki_push_api
5259
limit: 1
5360
optional: true
5461
s3-credentials:
5562
interface: s3
63+
optional: true
5664
sharding:
5765
interface: shards
5866
# shards can only relate to one config-server
5967
limit: 1
68+
optional: true
6069
ldap:
6170
interface: ldap
6271
limit: 1

0 commit comments

Comments
 (0)