From b7bd7af673c0c4addb8ac185dbf110ec6a359511 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Mon, 5 Dec 2022 19:32:15 +0200 Subject: [PATCH] apply externalInterfaces --- library/common/1.0.0/templates/loader/_apply.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/library/common/1.0.0/templates/loader/_apply.tpl b/library/common/1.0.0/templates/loader/_apply.tpl index 9dc4d0c955..58b6f56633 100644 --- a/library/common/1.0.0/templates/loader/_apply.tpl +++ b/library/common/1.0.0/templates/loader/_apply.tpl @@ -1,4 +1,7 @@ {{- define "ix.v1.common.loader.apply" -}} + + {{- include "ix.v1.common.spawner.externalInterface" . | nindent 0 -}} + {{- include "ix.v1.common.spawner.serviceAccount" . | nindent 0 -}} {{- include "ix.v1.common.spawner.rbac" . | nindent 0 -}}