diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index e1b367d..dc3f57d 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -43,9 +43,5 @@ server: bao login $(grep "Initial Root Token:" /tmp/init.txt | awk '{print $NF}') rm /tmp/init.txt bao audit enable file file_path=stdout - touch /var/log/openbao.log - chmod 644 /var/log/openbao.log - chown openbao:openbao /var/log/openbao.log - bao audit enable file file_path=/var/log/openbao.log ui: enabled: true \ No newline at end of file