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