Skip to content

Commit

Permalink
fix(k8s): respect in-cluster builder storage size configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 authored and edvald committed Jul 15, 2019
1 parent 00f8094 commit 6a0c61c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -7,7 +7,7 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: {{ .Values.storage.request }}
storage: {{ .Values.storage.size }}
{{- if .Values.storage.storageClass }}
{{- if (eq "-" .Values.storage.storageClass) }}
storageClassName: ""
Expand Down
Expand Up @@ -23,7 +23,7 @@ resources:
cpu: 200m
memory: 256Mi
storage:
request: 20Gi
size: 20Gi
registry:
hostname: garden-docker-registry

Expand Down

0 comments on commit 6a0c61c

Please sign in to comment.