Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavcracker committed Jan 30, 2025
1 parent 9ebbc06 commit a7f6424
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubemarine/procedures/check_paas.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,8 @@ def kubelet_config(cluster: KubernetesCluster) -> None:
cluster.log.debug(msg)
cluster.log.debug(diff + '\n')
else:
cluster.log.debug("Checking kubelet-config ConfigMap consistency with services.kubeadm_kubelet section in skipped as kubernetes version is >= v1.32.0")
cluster.log.debug("Checking kubelet-config ConfigMap consistency with services.kubeadm_kubelet "\
"section in skipped as kubernetes version is >= v1.32.0")

if not messages:
tc.success(results='valid')
Expand Down

0 comments on commit a7f6424

Please sign in to comment.