fix cronjob code for examples
This commit is contained in:
@@ -12,7 +12,7 @@ spec:
|
|||||||
- name: hello
|
- name: hello
|
||||||
image: busybox
|
image: busybox
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
- date; echo Hello from the Kubernetes cluster
|
- date; echo Hello from the Kubernetes cluster
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: hello
|
- name: hello
|
||||||
image: busybox
|
image: busybox
|
||||||
args:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
- date; echo Hello from the Kubernetes cluster
|
- date; echo Hello from the Kubernetes cluster
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: hello
|
- name: hello
|
||||||
image: busybox
|
image: busybox
|
||||||
args:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
- date; echo Hello from the Kubernetes cluster
|
- date; echo Hello from the Kubernetes cluster
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ spec:
|
|||||||
- name: hello
|
- name: hello
|
||||||
image: busybox
|
image: busybox
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
- date; echo Hello from the Kubernetes cluster
|
- date; echo Hello from the Kubernetes cluster
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ spec:
|
|||||||
- name: hello
|
- name: hello
|
||||||
image: busybox
|
image: busybox
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
- date; echo Hello from the Kubernetes cluster
|
- date; echo Hello from the Kubernetes cluster
|
||||||
|
|||||||
Reference in New Issue
Block a user