Skip to content

Commit a6eb08d

Browse files
committed
fix cronjob code for examples
1 parent 23d70ea commit a6eb08d

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)