Skip to content

Commit

Permalink
#469 fix volumes auto creation, changed if not to if
Browse files Browse the repository at this point in the history
  • Loading branch information
zsinnema committed Mar 22, 2022
1 parent 9814543 commit 3ee51b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- define "deploy_utils.pvolume" }}
{{- if not .app.harness.deployment.volume.auto }}
{{- if .app.harness.deployment.volume.auto }}
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
Expand Down

0 comments on commit 3ee51b4

Please sign in to comment.