Added a new feature in argopm to install templates with cloud provider specific artifacts.
added an option (--azure <boolean>) in argopm command which is used to determine the cloud provider of the tenant and conditionally execute the function to modify the artifacts in the workflow templates
function to modify the artifacts from S3 to azure blob storage if the tenant is hosted on azure. By default, S3 artifact in used our workflow templates.
Added a new feature in argopm to install templates with cloud provider specific artifacts.
--azure <boolean>
) in argopm command which is used to determine the cloud provider of the tenant and conditionally execute the function to modify the artifacts in the workflow templatesUsage -
argopm install . -n default -f -c --azure false/true