diff --git a/clusters/cl01tl/helm/openbao/values.yaml b/clusters/cl01tl/helm/openbao/values.yaml index e0501daf4..48ec32c08 100644 --- a/clusters/cl01tl/helm/openbao/values.yaml +++ b/clusters/cl01tl/helm/openbao/values.yaml @@ -77,8 +77,11 @@ openbao: } } - audit "file" { - path = "/openbao/audit/openbao_audit.log" + audit "file" "to-stdout" { + options { + file_path = "/openbao/audit/openbao_audit.log" + log_raw = "true" + } } service_registration "kubernetes" {}