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
Copy file name to clipboardExpand all lines: tasks/doc.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,3 +37,4 @@
37
37
agent_env: str="Extra environment variables to run the agent with, the format is `VAR1=val1,VAR2=val2`"
38
38
helm_config: str="Path to a custom helm config file that will be merged with the default one"
39
39
local_package: str="Path to a local package to install, it can be either a folder or a file. If a folder is targetted we automatically take the first file with the correct extension depending on the targetted OS"
40
+
pull_secret_path: str="Path to the OpenShift pull secret file (required for OpenShift cluster creation)."
0 commit comments