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

Conversation

setrofim
Copy link
Contributor

@setrofim setrofim commented Aug 2, 2024

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).

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]>
Copy link
Collaborator

@thomas-fossati thomas-fossati left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@setrofim setrofim merged commit 40dfa3d into main Aug 6, 2024
9 checks passed
@setrofim setrofim deleted the config branch August 6, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants