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 -}}