summaryrefslogtreecommitdiff
path: root/priv/schema
diff options
context:
space:
mode:
Diffstat (limited to 'priv/schema')
-rw-r--r--priv/schema/rabbitmq.schema3
1 files changed, 3 insertions, 0 deletions
diff --git a/priv/schema/rabbitmq.schema b/priv/schema/rabbitmq.schema
index ecfa14ded4..985c77b9a8 100644
--- a/priv/schema/rabbitmq.schema
+++ b/priv/schema/rabbitmq.schema
@@ -791,6 +791,9 @@ fun(Conf) ->
dns -> rabbit_peer_discovery_dns;
aws -> rabbit_peer_discovery_aws;
consul -> rabbit_peer_discovery_consul;
+ etcd -> rabbit_peer_discovery_etcd;
+ kubernetes -> rabbit_peer_discovery_k8s;
+ k8s -> rabbit_peer_discovery_k8s;
Module -> Module
end
end}.