Merge pull request #26468 from magmax/fix-code
fix cronjob code for examples
This commit is contained in:
commit
84e2d5ea10
|
@ -12,7 +12,7 @@ spec:
|
|||
- name: hello
|
||||
image: busybox
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- date; echo Hello from the Kubernetes cluster
|
||||
|
|
|
@ -11,7 +11,7 @@ spec:
|
|||
containers:
|
||||
- name: hello
|
||||
image: busybox
|
||||
args:
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- date; echo Hello from the Kubernetes cluster
|
||||
|
|
|
@ -11,7 +11,7 @@ spec:
|
|||
containers:
|
||||
- name: hello
|
||||
image: busybox
|
||||
args:
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- date; echo Hello from the Kubernetes cluster
|
||||
|
|
|
@ -12,7 +12,7 @@ spec:
|
|||
- name: hello
|
||||
image: busybox
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- date; echo Hello from the Kubernetes cluster
|
||||
|
|
|
@ -12,7 +12,7 @@ spec:
|
|||
- name: hello
|
||||
image: busybox
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- date; echo Hello from the Kubernetes cluster
|
||||
|
|
Loading…
Reference in New Issue