From a42df6275cc8093c922230f5a4518142f0b71428 Mon Sep 17 00:00:00 2001 From: miwr Date: Mon, 31 Mar 2025 13:50:24 +0200 Subject: [PATCH] restart policy removed --- .../openbao-logging/grant-priviledges-to-logrotate.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/template/stacks/ref-implementation/openbao-logging/grant-priviledges-to-logrotate.yaml b/template/stacks/ref-implementation/openbao-logging/grant-priviledges-to-logrotate.yaml index 3c26b74..4df2fcf 100644 --- a/template/stacks/ref-implementation/openbao-logging/grant-priviledges-to-logrotate.yaml +++ b/template/stacks/ref-implementation/openbao-logging/grant-priviledges-to-logrotate.yaml @@ -27,5 +27,4 @@ spec: containers: - name: running-container image: busybox - command: ["sleep", "infinity"] - restartPolicy: Never \ No newline at end of file + command: ["sleep", "infinity"] \ No newline at end of file