Avoiding TLS/CA race condition on Capsule installation (#7)

* Avoiding race condition on Capsule installation

The TLS Secret controller needs to wait for the CA one in order to
retrieve the updated one, otherwise it could use a non-stored CA.

* Linting

Minor linting fixes

* Makefile for Docker Image

Providing `make docker-image` to speed-up generation of Docker image
This commit is contained in:
Dario Tranchitella
2020-07-25 17:21:36 +02:00
committed by GitHub
parent 812b16fcff
commit bd7218ba44
11 changed files with 29 additions and 23 deletions

View File

@@ -71,7 +71,6 @@ func main() {
// controller-runtime)
pflag.CommandLine.AddGoFlagSet(flag.CommandLine)
var v bool
pflag.BoolVarP(&v, "version", "v", false, "Print the Capsule version and exit")