corrects syntax

This commit is contained in:
2022-01-06 11:56:38 -06:00
parent 120eab801b
commit 16f6490c5a

View File

@ -27,7 +27,7 @@ spec:
- /busybox/sh
"""
}
if (requiredContainer.alpine == true) {
if (requiredContainers.alpine == true) {
output += """
- name: alpine
imagePullPolicy: Always