From ef360bc8942dac0a4519c483e82ce1ed2715b657 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 10 Aug 2023 09:36:29 +0200 Subject: [PATCH] [docs-only] Add mdns as supported value in MICRO_REGISTRY envvar description (#7004) ignoring sonarcloud as this is docs only ... --- docs/helpers/extended_vars.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/helpers/extended_vars.yaml b/docs/helpers/extended_vars.yaml index 436b1101ff..d30d070b6b 100644 --- a/docs/helpers/extended_vars.yaml +++ b/docs/helpers/extended_vars.yaml @@ -39,7 +39,7 @@ variables: type: string default_value: "" description: 'Go micro registry type to use. Supported types are: ''nats'', ''kubernetes'', - ''etcd'', ''consul'' and ''memory''. Will be selected automatically. Only change + ''etcd'', ''consul'', ''memory'' and ''mdns''. Will be selected automatically. Only change on supervision of ownCloud Support.' do_ignore: false - rawname: registryAddressEnv