Skip to content

Commit 7b14571

Browse files
Merge pull request #3202 from goern/insecure-is-boolean-not-string
this is a boolean and not a string
2 parents 8b35e89 + b33c3d3 commit 7b14571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev_guide/managing_images.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ metadata:
646646
name: my.repo.com:5000/myimage
647647
name: mytag
648648
importPolicy:
649-
insecure: "true" <1>
649+
insecure: true <1>
650650
----
651651
<1> Set tag *mytag* to use insecure connection to that registry.
652652
====

0 commit comments

Comments
 (0)