Skip to content

Commit

Permalink
BGD-5448 - enable the k8sEventLogCollectorEnabled by default (#218)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Tarasov <[email protected]>
  • Loading branch information
alextarasov-spot and Alex Tarasov authored Jul 16, 2024
1 parent 75d3f0b commit 1dea27e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/bigdata-spark-watcher/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bigdata-spark-watcher
description: A Helm chart for the Spot Big Data Spark Watcher
type: application
version: 0.5.18
version: 0.5.19
appVersion: 0.5.2
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
Expand Down
2 changes: 1 addition & 1 deletion charts/bigdata-spark-watcher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ logLevel: debug

killSyncerEnabled: true
ghostSyncerEnabled: true
k8sEventLogCollectorEnabled: false
k8sEventLogCollectorEnabled: true

serviceAccount:
create: true
Expand Down

0 comments on commit 1dea27e

Please sign in to comment.