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
-`STORAGE_CLASS`: k8s cluster RWX storage class, defaults to `standard`.
8
+
-`DEFAULT_VOLUME_SIZE`: Calrissian default RWX volume size, defaults to `12Gi`.
9
+
-`DEFAULT_MAX_CORES`: Calrissian default max cores, defaults to `4`.
10
+
-`DEFAULT_MAX_RAM`: Calrissian default max RAM, defaults to `4Gi`.
11
+
-`ARGO_WF_ENDPOINT`: this is the Argo Workflows API endpoint, defaults to `"http://localhost:2746"`.
12
+
-`ARGO_WF_TOKEN`: this is the Argo Workflows API token that can be retrieved with: `kubectl get -n ns1 secret argo.service-account-token -o=jsonpath='{.data.token}' | base64 --decode`
13
+
-`ARGO_WF_SYNCHRONIZATION_CM`: this is the Argo Workflows synchronizaion configmap (with key "workflow"). For tests, we use "semaphore-argo-cwl-runner"
14
+
-`ARGO_CWL_RUNNER_TEMPLATE`: this is the Argo Workflows WorkflowTemplate that runs the CWL, defaults to: "argo-cwl-runner"
15
+
-`ARGO_CWL_RUNNER_ENTRYPOINT`: this is the Argo Workflows WorkflowTemplate entrypoint, defaults to: "calrissian-runner"
16
+
17
+
## Requirements
18
+
19
+
The Argo Workflows deployment has a Argo Workflows `WorkflowTemplate` or `ClusterWorkflowTemplate` impllementing the execution of a Calrissian Job and exposing the interface:
0 commit comments