Skip to content

Commit

Permalink
Updated PR as suggested in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
preetsshah authored Nov 20, 2023
1 parent 2034f0d commit 914ae24
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions charts/openmetadata/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1052,6 +1052,23 @@
"commonLabels": {
"type": "object"
},
"podDisruptionBudget": {
"type": "object",
"additionalProperties": false,
"properties": {
"config": {
"type": "object",
"properties": {
"maxUnavailable": {
"type": "string"
},
"minAvailable": {
"type": "string"
}
}
}
}
},
"podAnnotations": {
"type": "object"
},
Expand Down
4 changes: 2 additions & 2 deletions charts/openmetadata/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -390,10 +390,10 @@ startupProbe:
port: http-admin

podDisruptionBudget:
enabled: true
enabled: false
config:
maxUnavailable: 1
# minAvailable: 1
minAvailable: 1

commonLabels: {}
podAnnotations: {}

0 comments on commit 914ae24

Please sign in to comment.