Skip to content

Commit a3fba7d

Browse files
committed
fix: type error in restartOnConfigChange
1 parent e578f93 commit a3fba7d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/schema-overrides.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ podLabels:
1919
podAnnotations:
2020
description: Custom annotations for pods
2121
restartOnConfigChange:
22+
type: boolean
2223
description: Trigger rolling restart when pgdog config changes
2324
clusterName:
2425
description: Kubernetes cluster name, added as a label to Prometheus metrics

values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@
12001200
"description": "Resource requests and limits for the pgdog container"
12011201
},
12021202
"restartOnConfigChange": {
1203-
"type": "string",
1203+
"type": "boolean",
12041204
"description": "Trigger rolling restart when pgdog config changes"
12051205
},
12061206
"rewrite": {

0 commit comments

Comments
 (0)