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: spec:
containers: containers:
""" """
if (requiredContainers.kaniko] == true) { if (requiredContainers.kaniko == true) {
output += """ output += """
- name: kaniko - name: kaniko
imagePullPolicy: Always imagePullPolicy: Always