From: garciadeblas Date: Mon, 18 Nov 2024 15:41:46 +0000 (+0100) Subject: Minor change in yaml indentation in kubeconfig presentation X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F14745%2F1;p=osm%2Fosmclient.git Minor change in yaml indentation in kubeconfig presentation Change-Id: I053778789d6068f35bd761e93c7f3ed5f089bc3c Signed-off-by: garciadeblas --- diff --git a/osmclient/sol005/cluster.py b/osmclient/sol005/cluster.py index 8aa4b28..fb7a8d6 100644 --- a/osmclient/sol005/cluster.py +++ b/osmclient/sol005/cluster.py @@ -80,7 +80,7 @@ class Cluster(GenericOSMAPIObject): item = self.get(name) print( yaml.safe_dump( - item["credentials"], indent=4, default_flow_style=False + item["credentials"], indent=2, default_flow_style=False ) ) else: