Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow specifying some flags as config #38

Merged
merged 1 commit into from
Aug 6, 2024
Merged

fix: allow specifying some flags as config #38

merged 1 commit into from
Aug 6, 2024

Commits on Aug 2, 2024

  1. fix: allow specifying some flags as config

    API server URL, insecure mode, and CA certs can now be specified via a
    config file, as well as command line arguments. This is a fix owing to
    an oversight when support for config files was originally added.
    
    As part of this, --api-server flag is no longer marked as mandatory (as
    the corresponding config could be used instead).
    
    Signed-off-by: Sergei Trofimov <[email protected]>
    setrofim committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f5814c2 View commit details
    Browse the repository at this point in the history