Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server/ui: support typed deployment parameters with dynamic forms #1002

Open
plyr4 opened this issue Sep 19, 2024 · 1 comment
Open

server/ui: support typed deployment parameters with dynamic forms #1002

plyr4 opened this issue Sep 19, 2024 · 1 comment
Labels
feature Indicates a new feature

Comments

@plyr4
Copy link
Contributor

plyr4 commented Sep 19, 2024

Description

support a better process for creating deployments.

the idea is to have yaml keys that define how a dynamic form should render in the UI.

deployment:
  deployRegion
    inputs:
      region:
        type: string
        description: which fake region to deploy to
        default: east
      options:
        type: stringarray
        description: some list of string options
        default: [ foo, bar ]

Spinnaker screenshot for inspiration:
image

@plyr4 plyr4 added the feature Indicates a new feature label Sep 19, 2024
@JordanSussman
Copy link
Collaborator

You could also draw inspiration from GitHub issue forms for the YAML schema.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Indicates a new feature
Projects
None yet
Development

No branches or pull requests

2 participants