Merge pull request #26468 from magmax/fix-code

fix cronjob code for examples
This commit is contained in:
Kubernetes Prow Robot 2021-03-03 18:15:59 -08:00 committed by GitHub
commit 84e2d5ea10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ spec:
- name: hello
image: busybox
imagePullPolicy: IfNotPresent
args:
command:
- /bin/sh
- -c
- date; echo Hello from the Kubernetes cluster

View File

@ -11,7 +11,7 @@ spec:
containers:
- name: hello
image: busybox
args:
command:
- /bin/sh
- -c
- date; echo Hello from the Kubernetes cluster

View File

@ -11,7 +11,7 @@ spec:
containers:
- name: hello
image: busybox
args:
command:
- /bin/sh
- -c
- date; echo Hello from the Kubernetes cluster

View File

@ -12,7 +12,7 @@ spec:
- name: hello
image: busybox
imagePullPolicy: IfNotPresent
args:
command:
- /bin/sh
- -c
- date; echo Hello from the Kubernetes cluster

View File

@ -12,7 +12,7 @@ spec:
- name: hello
image: busybox
imagePullPolicy: IfNotPresent
args:
command:
- /bin/sh
- -c
- date; echo Hello from the Kubernetes cluster