fidelity / kraan

Kraan is a Kubernetes Controller that manages the deployment of HelmReleases to a cluster.

Home Page:https://fidelity.github.io/kraan/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix parsing of sync period command line argument

nab-gha opened this issue · comments

The sync period command line argument is being processed as a string then parsed to a duration. Flags package has a method for handling duration arguments directly