Skip to content

Commit

Permalink
chore: 🤖 direct modsec logs back to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Apr 12, 2023
1 parent f74f741 commit aa9e82c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ controller:
"ssl_session_id": "$ssl_session_id",
"status": $status,
"upstream_addr": "$upstream_addr",
"upstream_response_length": $upstream_response_length,
"upstream_response_time": $upstream_response_time,
"upstream_status": $upstream_status
"upstream_response_length": "$upstream_response_length",
"upstream_response_time": "$upstream_response_time",
"upstream_status": "$upstream_status"
}

publishService:
Expand Down

0 comments on commit aa9e82c

Please sign in to comment.