mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 18:09:58 +00:00
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:
committed by
GitHub
parent
812b16fcff
commit
bd7218ba44
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user