add missing restore label

This commit is contained in:
nicktrn
2024-03-21 10:34:10 +00:00
parent 0f6ea0b262
commit d5b1bcac58
+3
View File
@@ -271,6 +271,9 @@ class KubernetesTaskOperations implements TaskOperations {
metadata: {
name: `${this.#getRunContainerName(opts.attemptId)}-${randomUUID().slice(0, 8)}`,
namespace: this.#namespace.metadata.name,
labels: {
app: "task-run",
},
},
spec: {
imagePullSecrets: [