Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/schema-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ podLabels:
podAnnotations:
description: Custom annotations for pods
restartOnConfigChange:
type: boolean
description: Trigger rolling restart when pgdog config changes
clusterName:
description: Kubernetes cluster name, added as a label to Prometheus metrics
Expand Down
2 changes: 1 addition & 1 deletion values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@
"description": "Resource requests and limits for the pgdog container"
},
"restartOnConfigChange": {
"type": "string",
"type": "boolean",
"description": "Trigger rolling restart when pgdog config changes"
},
"rewrite": {
Expand Down
Loading