Skip to content

Commit 84e2d5e

Browse files
authored
Merge pull request #26468 from magmax/fix-code
fix cronjob code for examples
2 parents c3398e8 + a6eb08d commit 84e2d5e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

content/en/examples/application/job/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
- name: hello
1313
image: busybox
1414
imagePullPolicy: IfNotPresent
15-
args:
15+
command:
1616
- /bin/sh
1717
- -c
1818
- date; echo Hello from the Kubernetes cluster

content/id/examples/application/job/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
containers:
1212
- name: hello
1313
image: busybox
14-
args:
14+
command:
1515
- /bin/sh
1616
- -c
1717
- date; echo Hello from the Kubernetes cluster

content/ja/examples/application/job/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
containers:
1212
- name: hello
1313
image: busybox
14-
args:
14+
command:
1515
- /bin/sh
1616
- -c
1717
- date; echo Hello from the Kubernetes cluster

content/ko/examples/application/job/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
- name: hello
1313
image: busybox
1414
imagePullPolicy: IfNotPresent
15-
args:
15+
command:
1616
- /bin/sh
1717
- -c
1818
- date; echo Hello from the Kubernetes cluster

content/zh/examples/application/job/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
- name: hello
1313
image: busybox
1414
imagePullPolicy: IfNotPresent
15-
args:
15+
command:
1616
- /bin/sh
1717
- -c
1818
- date; echo Hello from the Kubernetes cluster

0 commit comments

Comments
 (0)