Skip to content

Commit 44f484e

Browse files
committed
fix(cdl): correct storage type
1 parent 137a701 commit 44f484e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/data-pond/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 0.1.1
19+
version: 0.1.2
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to

charts/data-pond/templates/storage.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
{{- else if contains "Remote" .Values.storageType }}
2121
borrowed:
2222
{{- else if contains "Shared" .Values.storageType }}
23-
shared:
23+
cloned:
2424
{{- else }}
2525
{{- fail "value for .Values.storageType is not as expected" }}
2626
{{- end }}

0 commit comments

Comments
 (0)