Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
modifing further in line with the change in the source
Browse files Browse the repository at this point in the history
Signed-off-by: Syed Imam <[email protected]>
  • Loading branch information
syedimam0012 committed Jan 30, 2019
1 parent 8047926 commit fd0eec8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions stable/chaoskube/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ spec:
- --excluded-times-of-day={{ .Values.excludedTimesOfDay }}
- --excluded-days-of-year={{ .Values.excludedDaysOfYear }}
- --timezone={{ .Values.timezone }}
{{- if .Values.logFormat }}
- --log-format={{ .Values.logFormat }}
{{- end }}
{{- if .Values.debug }}
- --debug
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion stable/chaoskube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ excludedDaysOfYear:
# Set specific Timezone for Actions to take place
timezone: UTC

# Set log format (default: "text")
# If nothing set, defaults to "text". Switch to "json" to enable structured logging
logFormat:

# minimum lifetime of a pod before it's considered for termination (0: immediately)
Expand Down

0 comments on commit fd0eec8

Please sign in to comment.