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 f50c43c commit 14a10a3Copy full SHA for 14a10a3
README.md
@@ -4,9 +4,10 @@ Zoo runner using Argo Workflows
4
5
## Environment variables
6
7
-STORAGE_CLASS
8
-DEFAULT_VOLUME_SIZE
9
-DEFAULT_MAX_CORES
10
-DEFAULT_MAX_RAM
11
-ARGO_WF_ENDPOINT
12
-ARGO_WF_TOKEN
+- `STORAGE_CLASS`: standard
+- `DEFAULT_VOLUME_SIZE` 12Gi
+- `DEFAULT_MAX_CORES`: 4
+- `DEFAULT_MAX_RAM`: 4Gi
+- `ARGO_WF_ENDPOINT`: "http://localhost:2746"
+- `ARGO_WF_TOKEN`: `kubectl get -n ns1 secret argo.service-account-token -o=jsonpath='{.data.token}' | base64 --decode`
13
+- `ARGO_WF_SYNCHRONIZATION_CM`: "semaphore-water-bodies"
0 commit comments