From 16f6490c5ab59e5a628710bcb12319ac08883a45 Mon Sep 17 00:00:00 2001
From: The_Spider <nhyatt@smoothnet.org>
Date: Thu, 6 Jan 2022 11:56:38 -0600
Subject: [PATCH] corrects syntax

---
 vars/podTemplates.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/podTemplates.groovy b/vars/podTemplates.groovy
index 20e2b29..e119744 100644
--- a/vars/podTemplates.groovy
+++ b/vars/podTemplates.groovy
@@ -27,7 +27,7 @@ spec:
     - /busybox/sh
 """
     }
-    if (requiredContainer.alpine == true) {
+    if (requiredContainers.alpine == true) {
         output += """
   - name: alpine
     imagePullPolicy: Always