From eb28ce36168934eed7245d09bc0dd3844fc95b64 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Wed, 7 Dec 2022 13:51:25 +0200 Subject: [PATCH] remove todo --- library/common/1.0.0/templates/lib/pod/_volumes.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/library/common/1.0.0/templates/lib/pod/_volumes.tpl b/library/common/1.0.0/templates/lib/pod/_volumes.tpl index 2b7f5507..30774070 100644 --- a/library/common/1.0.0/templates/lib/pod/_volumes.tpl +++ b/library/common/1.0.0/templates/lib/pod/_volumes.tpl @@ -22,7 +22,6 @@ {{- include "ix.v1.common.controller.volumes.nfs" (dict "index" $index "volume" $persistence "root" $root) -}} {{- else if eq $persistence.type "ix-volumes" -}} {{/* ix-volumes */}} {{- include "ix.v1.common.controller.volumes.ixVols" (dict "index" $index "volume" $persistence "root" $root) -}} - {{/* TODO: Implement ix-volumes + add hostpathvalidation? */}} {{- else if eq $persistence.type "custom" -}} {{/* Custom, in case we want to add something once */}} {{- include "ix.v1.common.controller.volumes.custom" (dict "index" $index "volume" $persistence "root" $root) -}} {{- else -}}