Skip to content

Commit

Permalink
Merge pull request #141 from FairwindsOps/fix-helm-3-detect
Browse files Browse the repository at this point in the history
Added back in server checking
  • Loading branch information
nickfw authored Oct 4, 2019
2 parents 591b09b + 02a5200 commit d3a03a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reckoner/reckoner.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def __init__(self, course_file: BufferedReader = None, dryrun=False, debug=False

try:
self.helm.check_helm_command()
# self.helm.server_version
self.helm.server_version
except HelmClientException as e:
raise ReckonerException("Helm Client Failed to initialize: {}".format(e))

Expand Down

0 comments on commit d3a03a6

Please sign in to comment.