mirror of
https://github.com/kyverno/kyverno.git
synced 2025-01-20 18:52:16 +00:00
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Co-authored-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
d393a273d9
commit
3991b161ae
2 changed files with 12 additions and 1 deletions
11
.vscode/launch.json
vendored
11
.vscode/launch.json
vendored
|
@ -33,6 +33,17 @@
|
|||
"--kubeconfig=${userHome}/.kube/config",
|
||||
],
|
||||
},
|
||||
{
|
||||
"name": "Launch Cleanup Controller",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "auto",
|
||||
"program": "${workspaceFolder}/cmd/cleanup-controller",
|
||||
"args": [
|
||||
"--kubeconfig=${userHome}/.kube/config",
|
||||
"--serverIP=<SERVER-IP>:9443",
|
||||
],
|
||||
},
|
||||
{
|
||||
"name": "Launch CLI",
|
||||
"type": "go",
|
||||
|
|
|
@ -95,7 +95,7 @@ func main() {
|
|||
tls.CertRenewalInterval,
|
||||
tls.CAValidityDuration,
|
||||
tls.TLSValidityDuration,
|
||||
"",
|
||||
serverIP,
|
||||
)
|
||||
certController := internal.NewController(
|
||||
certmanager.ControllerName,
|
||||
|
|
Loading…
Add table
Reference in a new issue