fix: use context for k8s config

This commit is contained in:
Aarnav Tale
2025-02-28 11:29:31 -05:00
parent acd042b4de
commit c5c2f8a93b
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -37,6 +37,7 @@ const dockerConfig = type({
const kubernetesConfig = type({
enabled: stringToBool,
pod_name: 'string',
validate_manifest: stringToBool,
});