Skip to content

Commit

Permalink
fix: An issue with the default logging config (aws#3195)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn authored Jan 11, 2023
1 parent 55b6c3c commit b427dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/karpenter/templates/configmap-logging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ data:
"initial": 100,
"thereafter": 100
},
"outputPaths": [{{ include "karpenter.controller.outputPathsList" . }}]
"errorOutputPaths": [{{ include "karpenter.controller.errorOutputPathsList" . }}]
"outputPaths": [{{ include "karpenter.controller.outputPathsList" . }}],
"errorOutputPaths": [{{ include "karpenter.controller.errorOutputPathsList" . }}],
"encoding": "{{ .Values.logEncoding }}",
"encoderConfig": {
"timeKey": "time",
Expand Down

0 comments on commit b427dd2

Please sign in to comment.