We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e578f93 commit a3fba7dCopy full SHA for a3fba7d
2 files changed
scripts/schema-overrides.yaml
@@ -19,6 +19,7 @@ podLabels:
19
podAnnotations:
20
description: Custom annotations for pods
21
restartOnConfigChange:
22
+ type: boolean
23
description: Trigger rolling restart when pgdog config changes
24
clusterName:
25
description: Kubernetes cluster name, added as a label to Prometheus metrics
values.schema.json
@@ -1200,7 +1200,7 @@
1200
"description": "Resource requests and limits for the pgdog container"
1201
},
1202
"restartOnConfigChange": {
1203
- "type": "string",
+ "type": "boolean",
1204
"description": "Trigger rolling restart when pgdog config changes"
1205
1206
"rewrite": {
0 commit comments