From c6eaadf4afc79ece9d2a1109f2181a39ead4c1fd Mon Sep 17 00:00:00 2001 From: elee Date: Sun, 20 Mar 2022 17:55:56 -0500 Subject: [PATCH] added timeout for do --- .gitignore | 2 +- .tool-versions | 1 - config/webhook/manifests.yaml | 2 ++ 3 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 .tool-versions diff --git a/.gitignore b/.gitignore index 005384f..362d8b4 100644 --- a/.gitignore +++ b/.gitignore @@ -81,4 +81,4 @@ tags bin/* ## asdf -.tool_versions +.tool-versions diff --git a/.tool-versions b/.tool-versions deleted file mode 100644 index b763344..0000000 --- a/.tool-versions +++ /dev/null @@ -1 +0,0 @@ -golang 1.17 diff --git a/config/webhook/manifests.yaml b/config/webhook/manifests.yaml index 5148573..841f418 100644 --- a/config/webhook/manifests.yaml +++ b/config/webhook/manifests.yaml @@ -24,6 +24,7 @@ webhooks: - UPDATE resources: - seaweeds + timeoutSeconds: 15 --- apiVersion: admissionregistration.k8s.io/v1beta1 @@ -50,3 +51,4 @@ webhooks: - UPDATE resources: - seaweeds + timeoutSeconds: 15