fix: use context for k8s config
This commit is contained in:
parent
acd042b4de
commit
c5c2f8a93b
2 changed files with 3 additions and 2 deletions
|
|
@ -37,6 +37,7 @@ const dockerConfig = type({
|
|||
|
||||
const kubernetesConfig = type({
|
||||
enabled: stringToBool,
|
||||
pod_name: 'string',
|
||||
validate_manifest: stringToBool,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue