Follow-up to #3086.
Problem
The alias field on the Configurations form (configuration-form.tsx) is currently free text. Item 7 of #3086 asked for it to be a dropdown listing existing configurations, for platform/GitOps convenience - picking an existing alias instead of retyping it by hand.
What's already done
The alias is saved as a ConfigMap annotation (ALIAS_ANNOTATION) regardless of how it's entered - that part of #3086 is complete.
What's missing
- Alias input → dropdown/combobox populated from existing configurations' names (or aliases) in the namespace.
Scope
Dashboard-only change (ark-dashboard). No controller/SDK changes needed.
Follow-up to #3086.
Problem
The alias field on the Configurations form (
configuration-form.tsx) is currently free text. Item 7 of #3086 asked for it to be a dropdown listing existing configurations, for platform/GitOps convenience - picking an existing alias instead of retyping it by hand.What's already done
The alias is saved as a ConfigMap annotation (
ALIAS_ANNOTATION) regardless of how it's entered - that part of #3086 is complete.What's missing
Scope
Dashboard-only change (
ark-dashboard). No controller/SDK changes needed.