The YAML schema for HelmBlueGreenRoleSwitch native step is as shown below. For more information about HelmBlueGreenRoleSwitch, see:HelmBlueGreenRoleSwitch.
HelmBlueGreenRoleSwitch
pipelines: - name: <string> steps: - name: <string> type: HelmBlueGreenRoleSwitch configuration: #inherits all the tags from bash deployStep: <string> integrations: - name: <kubernetes integration> # required execution: onStart: - echo "Preparing for work..." onSuccess: - echo "Job well done!" onFailure: - echo "uh oh, something went wrong" onComplete: #always - echo "Cleaning up some stuff"