Skip to content

Commit 7ab37a7

Browse files
Fixed feature gate in kep.yaml
1 parent d046d30 commit 7ab37a7

File tree

1 file changed

+4
-1
lines changed
  • keps/sig-node/4818-allow-zero-value-for-sleep-action-of-prestop-hook

1 file changed

+4
-1
lines changed

keps/sig-node/4818-allow-zero-value-for-sleep-action-of-prestop-hook/kep.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ milestone:
1717
alpha: ""
1818
beta: ""
1919
stable: ""
20-
feature-gates: ["PodLifecycleSleepActionAllowZero"]
20+
feature-gates:
21+
- name: PodLifecycleSleepActionAllowZero
22+
components:
23+
- kube-apiserver
2124
disable-supported: false
2225
metrics: []

0 commit comments

Comments
 (0)