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
|imageStream|The value metadata.name as defined in the image stream to be used.|
36
+
true|string|
37
+
|imageTag|The value spec.tags.name as defined in the image stream to be used.|
38
+
true|string|
39
+
|namespace|The name of the namespace containing the image stream and image tag
40
+
to use.|false|string|openshift
41
+
|name|Identifies the resources created for this application.|false|string|
42
+
|sourceURI|The git repository URL containing the application source code.|false|
43
+
string|
44
+
|sourceRef|The branch, tag, or commit for the application source code specified
45
+
in sourceURI.|false|string|
46
+
|contextDir|The subdirectory for the application source code specified in
47
+
sourceURI, used as the context directory for the build.|false|string|
48
+
|===
49
+
50
+
[NOTE]
51
+
====
52
+
link:https://en.wikipedia.org/wiki/Percent-encoding#Percent-encoding_reserved_characters[Reserved characters] in parameter values should be URL encoded.
|template|The value of metadata.name as defined in the template to be used.|
71
+
true|string|
72
+
|templateParamsMap|A JSON parameters map containing the template parameter name
73
+
and corresponding value you wish to override.|false|JSON|
74
+
|namespace|The name of the namespace containing the template to use.|false|string|openshift
75
+
|===
76
+
77
+
[NOTE]
78
+
====
79
+
link:https://en.wikipedia.org/wiki/Percent-encoding#Percent-encoding_reserved_characters[Reserved characters] in parameter values should be URL encoded.
0 commit comments