Skip to content

Commit eb22016

Browse files
shir22k8s-ci-robot
authored andcommitted
Fixed image value version typo (#7768)
Was inconsistent with other values
1 parent fb05256 commit eb22016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/overview/object-management-kubectl/declarative-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ by `name`.
617617
# configuration file value
618618
containers:
619619
- name: nginx
620-
image: nginx:1.11
620+
image: nginx:1.10
621621
- name: nginx-helper-b
622622
image: helper:1.3
623623
- name: nginx-helper-c # key: nginx-helper-c; will be added in result

0 commit comments

Comments
 (0)