Skip to content

Add Variables to Auto-DevOps template to support helm chart options

Brad requested to merge (removed):magic7s-update-Auto-DevOps-template into master

FYI - This is my first MR in a public project. I spent more time than I want to admit debugging this, so I wanted to share what I did to work around it.

What does this MR do?

This MR is to map two of the helm set configuration options to the Auto-Devop deploy() function. Specifically for container ports. Currently there is no mapping, so every container gets deployed to kubernetes with default port 5000.

What are the relevant issue numbers?

#58138 (moved) There is more work to be done to fully map all options, but I wanted to make a small change that would return it to functioning.

Does this MR meet the acceptance criteria?

Edited by Brad

Merge request reports