You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extension does not currently use Draft's generate-workflow command to generate GitHub workflow files.
The reasoning is that Draft is not sufficiently configurable to support workflow generation comparable to Automated Deployments. Specifically, it does not support:
specifying the workflow name (will be addressed by #324)
specifying different resource groups for ACR and cluster (will be addressed by #324)
specifying the cluster namespace to deploy to (will be addressed by #324)
manifest files in a location other than manifests within the project root (see: #325), making it unsuitable for repositories containing more than one service
This extension does not currently use Draft's
generate-workflow
command to generate GitHub workflow files.The reasoning is that Draft is not sufficiently configurable to support workflow generation comparable to Automated Deployments. Specifically, it does not support:
manifests
within the project root (see: #325), making it unsuitable for repositories containing more than one serviceAfter these are addressed in Draft, the workflow generation can be simplified by invoking the Draft binary and removing the template files.
The text was updated successfully, but these errors were encountered: