-
Notifications
You must be signed in to change notification settings - Fork 141
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
Update k8s and merge to master #548
Conversation
Co-authored-by: Matheus Ragoso <[email protected]>
You have successfully added a new CodeQL configuration |
1 similar comment
You have successfully added a new CodeQL configuration |
Description
This PR is motivated to create a switch between Docker and Kubernetes in HuskyCI.
Proposed Changes
This PR proposes to use an environment variable to select between using Docker or Kubernetes in HuskyCI.
Testing
To test in Docker, it is necessary to enter the value docker in the
HUSKYCI_INFRASTRUCTURE_USE
environment variable.After that, run the following commands:
To tests in Kubernetes, it is necessary to enter the value kubernetes in the
HUSKYCI_INFRASTRUCTURE_USE
environment variable. In this case, it is also necessary to enter the cluster settings in thekubeconfig/config.yaml
file.Solve #510