diff --git a/build/config/logging/cron-logging.yaml b/build/config/logging/cron-logging.yaml index b09d051bf8..602394ed8f 100644 --- a/build/config/logging/cron-logging.yaml +++ b/build/config/logging/cron-logging.yaml @@ -1,10 +1,11 @@ +--- apiVersion: v1 kind: Namespace metadata: name: logging +# create dameonset to rsync pod logs --- - apiVersion: apps/v1 kind: DaemonSet metadata: @@ -42,4 +43,4 @@ spec: volumes: - hostPath: path: /var/log - name: varlog \ No newline at end of file + name: varlog