fix typo on field

This commit is contained in:
Noor 2024-12-16 13:10:31 +05:30
parent b1620f4a11
commit a565b35b48

@ -33,7 +33,7 @@ message EnvironmentEntry {
message RestartPolicy { message RestartPolicy {
uint32 max_retries = 1; uint32 max_retries = 1;
uint32 delay_seconds = 2; uint32 delay_seconds = 2;
oneof policy_type_type { oneof policy_type {
bool Always = 3; bool Always = 3;
bool OnNonZeroExit = 4; bool OnNonZeroExit = 4;
} }