fix: manage hwlab buildkit runtime image
This commit is contained in:
@@ -190,6 +190,7 @@ export interface HwlabRuntimeWebProbeProjectManagementSpec {
|
||||
|
||||
export interface HwlabRuntimeBuildkitSpec {
|
||||
readonly sidecarImage: string;
|
||||
readonly sourceImage: string;
|
||||
}
|
||||
|
||||
export interface HwlabRuntimeObservabilitySpec {
|
||||
@@ -650,6 +651,7 @@ function buildkitConfig(value: unknown, path: string): HwlabRuntimeBuildkitSpec
|
||||
const raw = asRecord(value, path);
|
||||
return {
|
||||
sidecarImage: stringField(raw, "sidecarImage", path),
|
||||
sourceImage: stringField(raw, "sourceImage", path),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user