-
Notifications
You must be signed in to change notification settings - Fork 182
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
Add kubeconfig flags #593
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove sops from the e2e workflow:
- name: Setup SOPS
uses: fluxcd/pkg/actions/sops@main
@stefanprodan Added a new commit to this effect. PTAL |
@pjbgf looks like the Makefile changes don't work, sops is not added to the PATH. |
5217052
to
508b4d6
Compare
@stefanprodan they have been fixed now, PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @pjbgf 🏅
@pjbgf please port this to helm-controller so we can bundle them in the same flux release. |
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
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 <paulo.gomes@weave.works>
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 <paulo.gomes@weave.works>
Two new flags were added to allow users to enable the use of user.Exec (
--insecure-kubeconfig-exec
) and InsecureTLS (insecure-kubeconfig-tls
) in the kubeconfigs provided for remote apply.Breaking change: both functionalities are no longer enabled by default.