feat: add serviceAccountName field to config schema

Surface SA assignment in the Kubernetes section of the adapter UI.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-16 20:04:18 -04:00
parent ac18cc3ec3
commit 2853506a72
+6
View File
@@ -42,6 +42,12 @@ export function getConfigSchema(): AdapterConfigSchema {
default: true,
},
// Kubernetes
{
type: "text",
key: "serviceAccountName",
label: "Service Account",
hint: "Service Account name for Job pods. Defaults to the cluster default.",
},
{
type: "text",
key: "namespace",