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

Add kubeconfig flags #593

Merged
merged 4 commits into from
Apr 1, 2022
Merged

Add kubeconfig flags #593

merged 4 commits into from
Apr 1, 2022

Commits on Apr 1, 2022

  1. Fix build tag syntax

    Signed-off-by: Paulo Gomes <[email protected]>
    Paulo Gomes committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    1ba9507 View commit details
    Browse the repository at this point in the history
  2. Align Makefile with other repositories

    Signed-off-by: Paulo Gomes <[email protected]>
    Paulo Gomes committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    bce675b View commit details
    Browse the repository at this point in the history
  3. Download SOPS when running tests

    Some tests requires the sops CLI to be installed,
    by adding it as a requirement of the Makefile tests
    target we make it easier for new contributors to
    engage with the codebase.
    
    Signed-off-by: Paulo Gomes <[email protected]>
    Paulo Gomes committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    74a8258 View commit details
    Browse the repository at this point in the history
  4. Add flags to control kubeconfig support

    Two new flags were added to allow users to enable the
    use of user.Exec and InsecureTLS in the kubeconfigs
    provided remote apply reconciliations.
    
    Breaking change: both functionalities are no longer
    enabled by default.
    
    Signed-off-by: Paulo Gomes <[email protected]>
    Paulo Gomes committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    d29032e View commit details
    Browse the repository at this point in the history