Skip to content

Commit 324ea0f

Browse files
committed
Merge branch 'release/1.0.0' of https://github.com/MetaCell/cloud-harness into release/1.0.0
2 parents e09057b + a134fd2 commit 324ea0f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • tools/cloudharness_utilities/deployment-configuration/helm/templates

tools/cloudharness_utilities/deployment-configuration/helm/templates/auto-volumes.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{{- define "deploy_utils.pvolume" }}
2-
{{- $auto_create := printf "%s" (.app.harness.deployment.volume.auto|quote) }}
3-
{{- if or (not (hasKey .app.harness.deployment.volume "auto")) (eq $auto_create "true") }}
2+
{{- if or (not (hasKey .app.harness.deployment.volume "auto")) .app.harness.deployment.volume.auto }}
43
apiVersion: v1
54
kind: PersistentVolumeClaim
65
metadata:

0 commit comments

Comments
 (0)