Skip to content

Commit

Permalink
chore: use restinthemiddle 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jensschulze committed Sep 25, 2021
1 parent 26b5f18 commit ecef86a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: restinthemiddle
description: HTTP logging proxy
type: application
version: 0.1.3
appVersion: "1.2.0"
version: 0.2.0
appVersion: "1.3.0"
1 change: 1 addition & 0 deletions templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ data:
{{ $name }}: {{ $value }}
{{- end }}
loggingEnabled: {{ .Values.config.loggingEnabled }}
setRequestId: {{ .Values.config.setRequestId }}
exclude: {{ .Values.config.exclude | quote }}
3 changes: 2 additions & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ config:
headers:
User-Agent: Rest in the middle logging proxy
loggingEnabled: true # You know, for Logging
exclude: "" # URL RegEx
setRequestId: false # Add an X-Request-Id header if not already present
exclude: "" # Exclude requests that match this URL RegEx

serviceAccount:
create: false
Expand Down

0 comments on commit ecef86a

Please sign in to comment.