Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Input payload dynamically when a user deploy #377

Closed
Tracked by #29
noahingh opened this issue Mar 13, 2022 · 0 comments · Fixed by #389
Closed
Tracked by #29

Input payload dynamically when a user deploy #377

noahingh opened this issue Mar 13, 2022 · 0 comments · Fixed by #389
Labels
enhancement New feature or request
Milestone

Comments

@noahingh
Copy link
Member

noahingh commented Mar 13, 2022

Dynamic payload provides users with flexible deployment. For example, if a user has multiple deployment strategies, you can choose a specific deployment strategy for deployment.

The implementation is such that the configuration file includes the definition of the dynamic payload like below:

dynamic_payload:
  enabled: true
  inputs:
    strategy:
      description: 'Deploy Strategy'     
      required: true
      default: 'default' 
      type: select
      options:
      - default
      - canary
      - blue-green
    canary-weight:
      description: 'Canary Weight'
      required: false 
      default: 5
      type: number
@noahingh noahingh mentioned this issue Mar 13, 2022
40 tasks
@noahingh noahingh added the enhancement New feature or request label Mar 13, 2022
@noahingh noahingh added this to the v0.7 milestone Mar 13, 2022
@noahingh noahingh linked a pull request Mar 20, 2022 that will close this issue
@noahingh noahingh moved this to In Progress in Progress Mar 20, 2022
Repository owner moved this from In Progress to Done in Progress Mar 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant