Skip to content

Commit fcbdafa

Browse files
author
Abhisek Purwar
authored
fix: restart policy kills konlet-startup container fix for the value Never (#87)
1 parent 7d482c0 commit fcbdafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ locals {
1919
"onfailure" : "OnFailure"
2020
"unlessstopped" : "UnlessStopped"
2121
"always" : "Always"
22-
"no" : "No"
22+
"never" : "Never"
2323
})
2424

2525
cos_image_name = var.cos_image_name

0 commit comments

Comments
 (0)