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 aa13bbb commit bec1f94Copy full SHA for bec1f94
charts/cf-runtime/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: cf-runtime
3
description: A Helm chart for Codefresh Runner
4
type: application
5
-version: 0.1.6
6
-appVersion: "0.1.6"
+version: 0.1.7
+appVersion: "0.1.7"
charts/cf-runtime/templates/volume-provisioner/storageclass.dind-volume-provisioner.vp.yaml
@@ -36,7 +36,7 @@ parameters:
36
iops: {{ .Values.storage.ebs.iops | quote }}
37
{{- end }}
38
{{- if .Values.storage.ebs.throughput }}
39
- iops: {{ .Values.storage.ebs.throughput | quote }}
+ throughput: {{ .Values.storage.ebs.throughput | quote }}
40
41
42
0 commit comments