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
{{ message }}
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
# <Name of the WorkFlow> - Workflow name. example: Bikes
4
+
# <Path to the service> - Path to the service where the developer would like to trigger the Flow/ action on pull request - Example: samples/BikeSharingApp/Bikes.
5
+
# <Path to the Dockerfile> - Path to the folder which contains the Dockerfile
6
+
# <Name of the Service> - Pass this as a parameter for multiple steps below. Lower Cased Name of the Service, for example: bikes
7
+
# <Path to the Charts for that service> - Pass this in as a parameter for the Helm Install PR step
8
+
# This is the path to the folder where the charts are present for that service. example: samples/BikeSharingApp/Bikes/charts/bikes
9
+
# <ReleaseName> - Pass this in as a parameter for the Helm Install PR step
10
+
#
11
+
# Note: This template assumes that you use Helm. If not, replace the Helm Install PR step with your own step
12
+
# Note: For the secrets below please refer to the document: http://aka.ms/devspaces/pr-flow
0 commit comments