Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.
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
@noahingh

Description

@noahingh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions