diff --git a/active/cronjob.yaml b/active/cronjob.yaml index 6a69847..cf3ce8f 100644 --- a/active/cronjob.yaml +++ b/active/cronjob.yaml @@ -12,7 +12,7 @@ spec: image: busybox command: ["sh", "-c", "while true; do date >> /logs/runs.log; sleep 60; done"] volumeMounts: - - name: logs-volume + - name: data mountPath: /logs subPath: logs restartPolicy: Never