diff --git a/index.ts b/index.ts index 4360b58..83f4d30 100644 --- a/index.ts +++ b/index.ts @@ -683,7 +683,7 @@ export interface Secret { export interface HealthCheck { /** health check test command */ - test: ["CMD", "curl", HttpUrl]; // TODO: support NONE and curl flags + test: ["CMD", "curl" | "wget", HttpUrl]; // TODO: support NONE and curl/wget flags interval?: number; timeout?: number; retries?: number;