remove todo

This commit is contained in:
Stavros kois
2022-12-07 13:51:25 +02:00
parent 07846e4c82
commit eb28ce3616

View File

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