From ec983d2d92b819b2edea640c324ae3d276890baf Mon Sep 17 00:00:00 2001 From: KAZYPinkSaurus Date: Sun, 3 Mar 2024 21:04:45 +0900 Subject: [PATCH 1/2] update comment --- config/core/configmaps/defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/core/configmaps/defaults.yaml b/config/core/configmaps/defaults.yaml index 7c60b2297717..9d4edacd7a79 100644 --- a/config/core/configmaps/defaults.yaml +++ b/config/core/configmaps/defaults.yaml @@ -50,7 +50,7 @@ data: # This value must be greater than or equal to revision-timeout-seconds. # If omitted, the system default is used (600 seconds). # - # If this value is increased, the activator's terminationGraceTimeSeconds + # If this value is increased, the activator's terminationGracePeriodSeconds # should also be increased to prevent in-flight requests being disrupted. max-revision-timeout-seconds: "600" # 10 minutes From 952e5f89af2640c09e8e149db9a49f1c757f9898 Mon Sep 17 00:00:00 2001 From: KAZYPinkSaurus Date: Tue, 5 Mar 2024 00:45:41 +0900 Subject: [PATCH 2/2] update checksum --- config/core/configmaps/defaults.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/core/configmaps/defaults.yaml b/config/core/configmaps/defaults.yaml index 9d4edacd7a79..5a9d343138ac 100644 --- a/config/core/configmaps/defaults.yaml +++ b/config/core/configmaps/defaults.yaml @@ -22,7 +22,7 @@ metadata: app.kubernetes.io/component: controller app.kubernetes.io/version: devel annotations: - knative.dev/example-checksum: "e7973912" + knative.dev/example-checksum: "5b64ff5c" data: _example: | ################################