Skip to content

Commit

Permalink
fix: pdb should not be enabled by default (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
omerlh authored Aug 2, 2023
1 parent 2b0b9b0 commit bc79dcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/dafka-producer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: A Helm Chart for Dafka Producer
name: dafka-producer
version: 7.2.7
version: 7.2.8
2 changes: 1 addition & 1 deletion charts/dafka-producer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ serviceMonitor:

pdb:
# -- Set to true to enable
enabled: true
enabled: false

# -- Rediness settings
readinessProbe:
Expand Down

0 comments on commit bc79dcc

Please sign in to comment.