cert-manager/internal/apis/config/cainjector/v1alpha1/testdata/defaults.json
Tim Ramlot 60324bcb5e
Add support for duration values in "Go time.ParseDuration" format.
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2024-05-14 17:31:23 +02:00

33 lines
638 B
JSON

{
"leaderElectionConfig": {
"enabled": true,
"namespace": "kube-system",
"leaseDuration": "1m0s",
"renewDeadline": "40s",
"retryPeriod": "15s"
},
"enableDataSourceConfig": {
"certificates": true
},
"enableInjectableConfig": {
"validatingWebhookConfigurations": true,
"mutatingWebhookConfigurations": true,
"customResourceDefinitions": true,
"apiServices": true
},
"enablePprof": false,
"pprofAddress": "localhost:6060",
"logging": {
"format": "text",
"flushFrequency": "5s",
"verbosity": 0,
"options": {
"text": {
"infoBufferSize": "0"
},
"json": {
"infoBufferSize": "0"
}
}
}
}