Skip to content

Commit

Permalink
🚧 Add default empty dir on workflow (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakayolo authored Mar 8, 2021
1 parent fa81c29 commit 249f6e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kinto/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: kinto
home: https://www.kintohub.com/
version: 0.4.3
version: 0.4.4
description: All-in-one deployment platform designed for fullstack developers
dependencies:
- name: nginx-ingress-controller
Expand Down
2 changes: 1 addition & 1 deletion charts/kinto/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ builder:
ARGO_WORKFLOW_TTL_SECONDS: 120 ## After completion, Argo automatically clean up kubernetes and delete the workflow after ARGO_WORKFLOW_TTL_SECONDS in seconds
ARGO_WORKFLOW_MINIO_BUCKET: argo-artifacts
ARGO_WORKFLOW_IMAGE_PULL_POLICY: IfNotPresent
ARGO_WORKFLOW_VOLUME_SIZE: ## each workflow can use a private volume.
ARGO_WORKFLOW_VOLUME_SIZE: 1Gi ## each workflow can use an empty dir volume -> https://kubernetes.io/docs/concepts/storage/volumes/#emptydir
ARGO_WORKFLOW_MEMORY_LIMIT:
ARGO_WORKFLOW_CPU_LIMIT:
ARGO_WORKFLOW_MEMORY_REQUEST:
Expand Down

0 comments on commit 249f6e3

Please sign in to comment.