We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87e787 commit ea6c6e5Copy full SHA for ea6c6e5
.github/pat.yml
action.yml
@@ -11,6 +11,9 @@ inputs:
11
platform:
12
description: "Platform to deploy meshery on. Possible values: docker, kubernetes"
13
default: docker
14
+ url:
15
+ description: "A raw Github URL for the patterns to be deployed"
16
+ default: "https://raw.githubusercontent.com/service-mesh-patterns/service-mesh-patterns/master/samples/IstioFilterPattern.yaml"
17
runs:
18
using: "node12"
19
main: "main.js"
0 commit comments