added timeout for do

This commit is contained in:
elee 2022-03-20 17:55:56 -05:00
parent 4d68bf590f
commit c6eaadf4af
3 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@ -81,4 +81,4 @@ tags
bin/*
## asdf
.tool_versions
.tool-versions

View File

@ -1 +0,0 @@
golang 1.17

View File

@ -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