Skip to content

Commit 4352bf3

Browse files
authored
Merge pull request #51472 from intojhanurag/fix-kustomize-newtag-docs
Avoid YAML parsing error in kustomization.yaml
2 parents fcbd7bc + daac157 commit 4352bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ resources:
739739
images:
740740
- name: nginx
741741
newName: my.image.registry/nginx
742-
newTag: 1.4.0
742+
newTag: "1.4.0"
743743
EOF
744744
```
745745

0 commit comments

Comments
 (0)