/*********************************************************
- * Copyright (C) 2021 VMware, Inc. All rights reserved.
+ * Copyright (C) 2021-2022 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
/**
* Default value for allowed-namespaces conf key.
*/
-#define CONTAINERINFO_DEFAULT_ALLOWED_NAMESPACES "moby,k8s.io,default"
+#define CONTAINERINFO_DEFAULT_ALLOWED_NAMESPACES "moby,k8s.io"
/**
* Name of the 'moby' namespace used by docker.
-# Copyright (c) 2019-2021 VMware, Inc. All rights reserved.
+# Copyright (c) 2019-2022 VMware, Inc. All rights reserved.
# "CAUTION: tools.conf is highly syntax sensitive file. Use extreme caution
# while editing it. If modified, it is automatically re-loaded by
# List of namespaces to be queried for the running containers.
# The value for this key is a comman separated list.
-#allowed-namespaces=moby,k8s.io,default
+#allowed-namespaces=moby,k8s.io
[servicediscovery]