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 c6eec5d commit 749a108Copy full SHA for 749a108
graduated/codefresh-run/step.yaml
@@ -137,7 +137,7 @@ spec:
137
"examples": ["key=val"],
138
"default": []
139
},
140
- "SECRET": {
+ "SECRETS": {
141
"type": "array",
142
"items": {
143
"type": "string"
@@ -226,7 +226,7 @@ spec:
226
[[ range .Arguments.VARIABLE ]]
227
[[- $cmd = (printf "%s --variable %s" $cmd .) -]]
228
[[- end -]]
229
- [[ range .Arguments.SECRET ]]
+ [[ range .Arguments.SECRETS ]]
230
[[- $cmd = (printf "%s --secret %s" $cmd .) -]]
231
232
[[ if .Arguments.VARIABLE_FILE ]]
0 commit comments