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 ed0c52b commit 1f810c6Copy full SHA for 1f810c6
README.md
@@ -2,8 +2,6 @@
2
3
<br>
4
5
-# flow file examples
6
-
7
This repository contains example flow files demonstrating various executable types and workflows.
8
9
### Generated Files
cmd/builder/exec.go
@@ -199,7 +199,7 @@ func ExecWithParams(opts ...Option) *executable.Executable {
199
"available in the environment variable specified by `envKey`."
200
params := executable.ParameterList{
201
{EnvKey: "PARAM1", Text: "value1"},
202
- {EnvKey: "PARAM2", SecretRef: "flow-example-secret"},
+ {EnvKey: "PARAM2", SecretRef: "demo/message"},
203
{EnvKey: "PARAM3", Prompt: "Enter a value"},
204
}
205
var paramCmds []string
0 commit comments