Skip to content

Commit

Permalink
(#184) K8s minimum version check
Browse files Browse the repository at this point in the history
  • Loading branch information
lasiva committed Nov 10, 2022
1 parent 9ed0fc6 commit 6cea514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre_install_report/library/pre_install_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(self, sas_logger: ViyaARKLogger, viya_k8s_version_min,

def _parse_release_info(self, release_info):
"""
This method checks that the format of the VIYA_K8s_VERSION_MIN specified in the
This method checks that the format of the VIYA_K8S_VERSION_MIN specified in the
user modifiable ini file is valid.
:param release_info: The minimum K8s version loaded from ini file.
Expand Down

0 comments on commit 6cea514

Please sign in to comment.