File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
site/content/en/references Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 30
30
template :
31
31
containers :
32
32
- name : the-container
33
- image : registry/conatiner :latest
33
+ image : registry/container :latest
34
34
` ` `
35
35
36
36
` ` ` yaml
60
60
replicas : 5
61
61
template :
62
62
containers :
63
- - image : registry/conatiner :latest
63
+ - image : registry/container :latest
64
64
name : the-container
65
- ` ` `
65
+ ` ` `
Original file line number Diff line number Diff line change 26
26
template :
27
27
containers :
28
28
- name : the-container
29
- image : registry/conatiner :latest
29
+ image : registry/container :latest
30
30
` ` `
31
31
32
32
` ` ` yaml
53
53
replicas : 5
54
54
template :
55
55
containers :
56
- - image : registry/conatiner :latest
56
+ - image : registry/container :latest
57
57
name : the-container
58
- ` ` `
58
+ ` ` `
Original file line number Diff line number Diff line change 26
26
template :
27
27
containers :
28
28
- name : the-container
29
- image : registry/conatiner :latest
29
+ image : registry/container :latest
30
30
` ` `
31
31
32
32
` ` ` yaml
52
52
replicas : 5
53
53
template :
54
54
containers :
55
- - image : registry/conatiner :latest
55
+ - image : registry/container :latest
56
56
name : the-container
57
- ` ` `
57
+ ` ` `
Original file line number Diff line number Diff line change 58
58
template:
59
59
containers:
60
60
- name: the-container
61
- image: registry/conatiner :latest
61
+ image: registry/container :latest
62
62
` ` `
63
63
64
64
` ` ` yaml
86
86
template:
87
87
containers:
88
88
- name: the-container
89
- image: registry/conatiner :latest
90
- ` ` `
89
+ image: registry/container :latest
90
+ ` ` `
You can’t perform that action at this time.
0 commit comments