Skip to content

Commit fc25fca

Browse files
committed
[id] Avoid YAML parsing error in kustomization.yaml
1 parent 96a7ca7 commit fc25fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/id/docs/tasks/manage-kubernetes-objects/kustomization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ resources:
540540
images:
541541
- name: nginx
542542
newName: my.image.registry/nginx
543-
newTag: 1.4.0
543+
newTag: "1.4.0"
544544
EOF
545545
```
546546

0 commit comments

Comments
 (0)