From 1526e79a09d92ac56418bfba4114b4db426c8f03 Mon Sep 17 00:00:00 2001 From: Kostiantyn Kalynovskyi Date: Tue, 4 May 2021 01:12:44 +0000 Subject: [PATCH] Use correct quotes in BMO manifests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Type of quotes “ sometimes cause kustomize to fail marshaling/unmarshaling Relates-To: #542 Closes: #542 Change-Id: Ieb9f6c3813f33b7dee7cc3834a65cc81e8562b6d --- manifests/function/baremetal-operator/ironic-vars.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/function/baremetal-operator/ironic-vars.yaml b/manifests/function/baremetal-operator/ironic-vars.yaml index e856ee158..b42d77e64 100644 --- a/manifests/function/baremetal-operator/ironic-vars.yaml +++ b/manifests/function/baremetal-operator/ironic-vars.yaml @@ -30,7 +30,7 @@ data: # Additional Baremetal Operator values overridable via the `replacements` entrypoint # and networking catalogue - # IRONIC_AUTOMATED_CLEAN: “false” + # IRONIC_AUTOMATED_CLEAN: "false" # HTTP_PORT: "80" # IRONIC_FAST_TRACK: "false" # DEPLOY_KERNEL_URL: http://172.30.0.140:80/images/ipa-ubuntu-master.kernel