corrects syntax

This commit is contained in:
Hyatt 2022-01-06 11:55:51 -06:00
parent 74ff2de531
commit 120eab801b
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -17,7 +17,7 @@ metadata:
spec:
containers:
"""
if (requiredContainers.kaniko] == true) {
if (requiredContainers.kaniko == true) {
output += """
- name: kaniko
imagePullPolicy: Always