From 9a952697a23eaeb6b5d1259e7995c32350de9010 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Tue, 2 Jun 2020 11:19:04 +0530 Subject: [PATCH] Minor documentation fix (#113) Inventory plugin example should read 'api_key' instead of 'token' Fixes: #101 Signed-off-by: Abhijeet Kasurde --- plugins/inventory/k8s.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inventory/k8s.py b/plugins/inventory/k8s.py index d371b65c..0c663b76 100644 --- a/plugins/inventory/k8s.py +++ b/plugins/inventory/k8s.py @@ -97,7 +97,7 @@ EXAMPLES = ''' plugin: k8s connections: - host: https://192.168.64.4:8443 - token: xxxxxxxxxxxxxxxx + api_key: xxxxxxxxxxxxxxxx validate_certs: false # Use default config (~/.kube/config) file and active context, and return objects for a specific namespace