fix typo on field
This commit is contained in:
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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user