From c8057fa807ea29e128ff074247961c93f8d7b7bf Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Wed, 9 Nov 2022 16:55:15 +0200 Subject: [PATCH] add empty _pod so tests are passing for now --- library/common/1.0.0/templates/lib/controller/_pod.tpl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 library/common/1.0.0/templates/lib/controller/_pod.tpl diff --git a/library/common/1.0.0/templates/lib/controller/_pod.tpl b/library/common/1.0.0/templates/lib/controller/_pod.tpl new file mode 100644 index 00000000..d04fa497 --- /dev/null +++ b/library/common/1.0.0/templates/lib/controller/_pod.tpl @@ -0,0 +1,5 @@ +{{/* +The pod definition included in the controller. +*/}} +{{- define "ix.v1.common.controller.pod" -}} +{{- end -}}