Skip to content

Commit

Permalink
Merge branch 'release/1.0.0' of https://github.com/MetaCell/cloud-har…
Browse files Browse the repository at this point in the history
…ness into release/1.0.0
  • Loading branch information
filippomc committed Mar 28, 2022
2 parents e09057b + a134fd2 commit 324ea0f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{{- define "deploy_utils.pvolume" }}
{{- $auto_create := printf "%s" (.app.harness.deployment.volume.auto|quote) }}
{{- if or (not (hasKey .app.harness.deployment.volume "auto")) (eq $auto_create "true") }}
{{- if or (not (hasKey .app.harness.deployment.volume "auto")) .app.harness.deployment.volume.auto }}
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
Expand Down

0 comments on commit 324ea0f

Please sign in to comment.