fix cronjob code for examples

pull/26468/head
Miguel Angel Garcia 2021-02-11 12:24:35 +01:00
parent 23d70ea0bd
commit a6eb08d778
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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