Skip to content

Commit cf98a3e

Browse files
authored
Merge pull request #72565 from ousleyp/cnv-38977
CNV#38977: missing single quotes in YAML
2 parents ee4120b + 7f397a8 commit cf98a3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/virt-disable-auto-updates-single-boot-source.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ System-defined boot source::
3131
====
3232
Automatic updates are enabled by default for system-defined boot sources, but these boot sources are not listed in the CR unless you add them.
3333
====
34-
.. Set the value of the `dataimportcrontemplate.kubevirt.io/enable` annotation to `false`.
34+
.. Set the value of the `dataimportcrontemplate.kubevirt.io/enable` annotation to `'false'`.
3535
+
3636
--
3737
For example:
@@ -45,7 +45,7 @@ spec:
4545
dataImportCronTemplates:
4646
- metadata:
4747
annotations:
48-
dataimportcrontemplate.kubevirt.io/enable: false
48+
dataimportcrontemplate.kubevirt.io/enable: 'false'
4949
name: rhel8-image-cron
5050
# ...
5151
----

0 commit comments

Comments
 (0)