-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathvalues.schema.json
More file actions
656 lines (656 loc) · 24.5 KB
/
values.schema.json
File metadata and controls
656 lines (656 loc) · 24.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
{
"$defs": {
"helm-values": {
"additionalProperties": false,
"properties": {
"affinity": {
"$ref": "#/$defs/helm-values.affinity"
},
"authentication": {
"$ref": "#/$defs/helm-values.authentication"
},
"command": {
"$ref": "#/$defs/helm-values.command"
},
"config": {
"$ref": "#/$defs/helm-values.config"
},
"crds": {
"$ref": "#/$defs/helm-values.crds"
},
"extraArgs": {
"$ref": "#/$defs/helm-values.extraArgs"
},
"fullnameOverride": {
"$ref": "#/$defs/helm-values.fullnameOverride"
},
"global": {
"$ref": "#/$defs/helm-values.global"
},
"http_proxy": {
"$ref": "#/$defs/helm-values.http_proxy"
},
"https_proxy": {
"$ref": "#/$defs/helm-values.https_proxy"
},
"image": {
"$ref": "#/$defs/helm-values.image"
},
"imagePullSecrets": {
"$ref": "#/$defs/helm-values.imagePullSecrets"
},
"metrics": {
"$ref": "#/$defs/helm-values.metrics"
},
"nameOverride": {
"$ref": "#/$defs/helm-values.nameOverride"
},
"no_proxy": {
"$ref": "#/$defs/helm-values.no_proxy"
},
"nodeSelector": {
"$ref": "#/$defs/helm-values.nodeSelector"
},
"podAnnotations": {
"$ref": "#/$defs/helm-values.podAnnotations"
},
"podDisruptionBudget": {
"$ref": "#/$defs/helm-values.podDisruptionBudget"
},
"podSecurityContext": {
"$ref": "#/$defs/helm-values.podSecurityContext"
},
"replicaCount": {
"$ref": "#/$defs/helm-values.replicaCount"
},
"resources": {
"$ref": "#/$defs/helm-values.resources"
},
"securityContext": {
"$ref": "#/$defs/helm-values.securityContext"
},
"serviceAccount": {
"$ref": "#/$defs/helm-values.serviceAccount"
},
"tolerations": {
"$ref": "#/$defs/helm-values.tolerations"
},
"venafiConnection": {
"$ref": "#/$defs/helm-values.venafiConnection"
},
"volumeMounts": {
"$ref": "#/$defs/helm-values.volumeMounts"
},
"volumes": {
"$ref": "#/$defs/helm-values.volumes"
}
},
"type": "object"
},
"helm-values.affinity": {
"default": {},
"description": "Embed YAML for Node affinity settings, see\nhttps://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/.",
"type": "object"
},
"helm-values.authentication": {
"additionalProperties": false,
"properties": {
"secretKey": {
"$ref": "#/$defs/helm-values.authentication.secretKey"
},
"secretName": {
"$ref": "#/$defs/helm-values.authentication.secretName"
},
"venafiConnection": {
"$ref": "#/$defs/helm-values.authentication.venafiConnection"
}
},
"type": "object"
},
"helm-values.authentication.secretKey": {
"default": "privatekey.pem",
"description": "Key name in the referenced secret",
"type": "string"
},
"helm-values.authentication.secretName": {
"default": "agent-credentials",
"description": "Name of the secret containing the private key",
"type": "string"
},
"helm-values.authentication.venafiConnection": {
"additionalProperties": false,
"properties": {
"enabled": {
"$ref": "#/$defs/helm-values.authentication.venafiConnection.enabled"
},
"name": {
"$ref": "#/$defs/helm-values.authentication.venafiConnection.name"
},
"namespace": {
"$ref": "#/$defs/helm-values.authentication.venafiConnection.namespace"
}
},
"type": "object"
},
"helm-values.authentication.venafiConnection.enabled": {
"default": false,
"description": "When set to true, the Venafi Kubernetes Agent will authenticate to. Venafi using the configuration in a VenafiConnection resource. Use `venafiConnection.enabled=true` for [secretless authentication](https://docs.venafi.cloud/vaas/k8s-components/t-install-tlspk-agent/). When set to true, the `authentication.secret` values will be ignored and the. Secret with `authentication.secretName` will _not_ be mounted into the\nVenafi Kubernetes Agent Pod.",
"type": "boolean"
},
"helm-values.authentication.venafiConnection.name": {
"default": "venafi-components",
"description": "The name of a VenafiConnection resource which contains the configuration for authenticating to Venafi.",
"type": "string"
},
"helm-values.authentication.venafiConnection.namespace": {
"default": "venafi",
"description": "The namespace of a VenafiConnection resource which contains the configuration for authenticating to Venafi.",
"type": "string"
},
"helm-values.command": {
"default": [],
"description": "Specify the command to run overriding default binary.",
"items": {},
"type": "array"
},
"helm-values.config": {
"additionalProperties": false,
"properties": {
"clientId": {
"$ref": "#/$defs/helm-values.config.clientId"
},
"clusterDescription": {
"$ref": "#/$defs/helm-values.config.clusterDescription"
},
"clusterName": {
"$ref": "#/$defs/helm-values.config.clusterName"
},
"configmap": {
"$ref": "#/$defs/helm-values.config.configmap"
},
"excludeAnnotationKeysRegex": {
"$ref": "#/$defs/helm-values.config.excludeAnnotationKeysRegex"
},
"excludeLabelKeysRegex": {
"$ref": "#/$defs/helm-values.config.excludeLabelKeysRegex"
},
"ignoredSecretTypes": {
"$ref": "#/$defs/helm-values.config.ignoredSecretTypes"
},
"period": {
"$ref": "#/$defs/helm-values.config.period"
},
"server": {
"$ref": "#/$defs/helm-values.config.server"
}
},
"type": "object"
},
"helm-values.config.clientId": {
"default": "",
"description": "The client-id to be used for authenticating with the Venafi Control. Plane. Only useful when using a Key Pair Service Account in the Venafi. Control Plane. You can obtain the cliend ID by creating a Key Pair Service\nAccount in the Venafi Control Plane.",
"type": "string"
},
"helm-values.config.clusterDescription": {
"default": "",
"description": "Description for the cluster resource if it needs to be created in Venafi\nControl Plane.",
"type": "string"
},
"helm-values.config.clusterName": {
"default": "",
"description": "Name for the cluster resource if it needs to be created in Venafi Control\nPlane.",
"type": "string"
},
"helm-values.config.configmap": {
"additionalProperties": false,
"properties": {
"key": {
"$ref": "#/$defs/helm-values.config.configmap.key"
},
"name": {
"$ref": "#/$defs/helm-values.config.configmap.name"
}
},
"type": "object"
},
"helm-values.config.configmap.key": {},
"helm-values.config.configmap.name": {},
"helm-values.config.excludeAnnotationKeysRegex": {
"default": [],
"description": "You can configure Venafi Kubernetes Agent to exclude some annotations or labels from being pushed to the Venafi Control Plane. All Kubernetes objects are affected. The objects are still pushed, but the specified annotations and labels are removed before being sent to the Venafi Control Plane.\n\nDots is the only character that needs to be escaped in the regex. Use either double quotes with escaped single quotes or unquoted strings for the regex to avoid YAML parsing issues with `\\.`.\n\nExample: excludeAnnotationKeysRegex: ['^kapp\\.k14s\\.io/original.*']",
"items": {},
"type": "array"
},
"helm-values.config.excludeLabelKeysRegex": {
"default": [],
"items": {},
"type": "array"
},
"helm-values.config.ignoredSecretTypes": {
"items": {
"$ref": "#/$defs/helm-values.config.ignoredSecretTypes[0]"
},
"type": "array"
},
"helm-values.config.ignoredSecretTypes[0]": {
"default": "kubernetes.io/service-account-token",
"type": "string"
},
"helm-values.config.ignoredSecretTypes[1]": {
"default": "kubernetes.io/dockercfg",
"type": "string"
},
"helm-values.config.ignoredSecretTypes[2]": {
"default": "kubernetes.io/dockerconfigjson",
"type": "string"
},
"helm-values.config.ignoredSecretTypes[3]": {
"default": "kubernetes.io/basic-auth",
"type": "string"
},
"helm-values.config.ignoredSecretTypes[4]": {
"default": "kubernetes.io/ssh-auth",
"type": "string"
},
"helm-values.config.ignoredSecretTypes[5]": {
"default": "bootstrap.kubernetes.io/token",
"type": "string"
},
"helm-values.config.ignoredSecretTypes[6]": {
"default": "helm.sh/release.v1",
"type": "string"
},
"helm-values.config.period": {
"default": "0h1m0s",
"description": "Send data back to the platform every minute unless changed.",
"type": "string"
},
"helm-values.config.server": {
"default": "https://api.venafi.cloud/",
"description": "API URL of the Venafi Control Plane API. For EU tenants, set this value to https://api.venafi.eu/. If you are using the VenafiConnection authentication method, you must set the API URL using the field `spec.vcp.url` on the\nVenafiConnection resource instead.",
"type": "string"
},
"helm-values.crds": {
"additionalProperties": false,
"properties": {
"forceRemoveValidationAnnotations": {
"$ref": "#/$defs/helm-values.crds.forceRemoveValidationAnnotations"
},
"keep": {
"$ref": "#/$defs/helm-values.crds.keep"
}
},
"type": "object"
},
"helm-values.crds.forceRemoveValidationAnnotations": {
"default": false,
"description": "The 'x-kubernetes-validations' annotation is not supported in Kubernetes 1.22 and below. This annotation is used by CEL, which is a feature introduced in Kubernetes 1.25 that improves how validation is performed. This option allows to force the 'x-kubernetes-validations' annotation to be excluded, even on Kubernetes 1.25+ clusters.",
"type": "boolean"
},
"helm-values.crds.keep": {
"default": false,
"description": "This option makes it so that the \"helm.sh/resource-policy\": keep annotation is added to the CRD. This will prevent Helm from uninstalling the CRD when the Helm release is uninstalled.",
"type": "boolean"
},
"helm-values.extraArgs": {
"default": [],
"description": "Specify additional arguments to pass to the agent binary. For example, to enable JSON logging use `--logging-format`, or to increase the logging verbosity use `--log-level`.\nThe log levels are: 0=Info, 1=Debug, 2=Trace.\nUse 6-9 for increasingly verbose HTTP request logging.\nThe default log level is 0.\n\nExample:\nextraArgs:\n- --logging-format=json\n- --log-level=6 # To enable HTTP request logging",
"items": {},
"type": "array"
},
"helm-values.fullnameOverride": {
"default": "",
"description": "Helm default setting, use this to shorten the full install name.",
"type": "string"
},
"helm-values.global": {
"description": "Global values shared across all (sub)charts"
},
"helm-values.http_proxy": {
"description": "Configures the HTTP_PROXY environment variable where a HTTP proxy is required.",
"type": "string"
},
"helm-values.https_proxy": {
"description": "Configures the HTTPS_PROXY environment variable where a HTTP proxy is required.",
"type": "string"
},
"helm-values.image": {
"additionalProperties": false,
"properties": {
"pullPolicy": {
"$ref": "#/$defs/helm-values.image.pullPolicy"
},
"repository": {
"$ref": "#/$defs/helm-values.image.repository"
},
"tag": {
"$ref": "#/$defs/helm-values.image.tag"
}
},
"type": "object"
},
"helm-values.image.pullPolicy": {
"default": "IfNotPresent",
"description": "Kubernetes imagePullPolicy on Deployment.",
"type": "string"
},
"helm-values.image.repository": {
"default": "registry.venafi.cloud/venafi-agent/venafi-agent",
"description": "The container image for the Venafi Enhanced Issuer manager.",
"type": "string"
},
"helm-values.image.tag": {
"default": "v0.0.0",
"description": "Overrides the image tag whose default is the chart appVersion.",
"type": "string"
},
"helm-values.imagePullSecrets": {
"default": [],
"description": "Specify image pull credentials if using a private registry. Example:\n - name: my-pull-secret",
"items": {},
"type": "array"
},
"helm-values.metrics": {
"additionalProperties": false,
"properties": {
"enabled": {
"$ref": "#/$defs/helm-values.metrics.enabled"
},
"podmonitor": {
"$ref": "#/$defs/helm-values.metrics.podmonitor"
}
},
"type": "object"
},
"helm-values.metrics.enabled": {
"default": true,
"description": "Enable the metrics server.\nIf false, the metrics server will be disabled and the other metrics fields below will be ignored.",
"type": "boolean"
},
"helm-values.metrics.podmonitor": {
"additionalProperties": false,
"properties": {
"annotations": {
"$ref": "#/$defs/helm-values.metrics.podmonitor.annotations"
},
"enabled": {
"$ref": "#/$defs/helm-values.metrics.podmonitor.enabled"
},
"endpointAdditionalProperties": {
"$ref": "#/$defs/helm-values.metrics.podmonitor.endpointAdditionalProperties"
},
"honorLabels": {
"$ref": "#/$defs/helm-values.metrics.podmonitor.honorLabels"
},
"interval": {
"$ref": "#/$defs/helm-values.metrics.podmonitor.interval"
},
"labels": {
"$ref": "#/$defs/helm-values.metrics.podmonitor.labels"
},
"namespace": {
"$ref": "#/$defs/helm-values.metrics.podmonitor.namespace"
},
"prometheusInstance": {
"$ref": "#/$defs/helm-values.metrics.podmonitor.prometheusInstance"
},
"scrapeTimeout": {
"$ref": "#/$defs/helm-values.metrics.podmonitor.scrapeTimeout"
}
},
"type": "object"
},
"helm-values.metrics.podmonitor.annotations": {
"default": {},
"description": "Additional annotations to add to the PodMonitor.",
"type": "object"
},
"helm-values.metrics.podmonitor.enabled": {
"default": false,
"description": "Create a PodMonitor to add the metrics to Prometheus, if you are using Prometheus Operator. See https://prometheus-operator.dev/docs/operator/api/#monitoring.coreos.com/v1.PodMonitor",
"type": "boolean"
},
"helm-values.metrics.podmonitor.endpointAdditionalProperties": {
"default": {},
"description": "EndpointAdditionalProperties allows setting additional properties on the endpoint such as relabelings, metricRelabelings etc.\n\nFor example:\nendpointAdditionalProperties:\n relabelings:\n - action: replace\n sourceLabels:\n - __meta_kubernetes_pod_node_name\n targetLabel: instance",
"type": "object"
},
"helm-values.metrics.podmonitor.honorLabels": {
"default": false,
"description": "Keep labels from scraped data, overriding server-side labels.",
"type": "boolean"
},
"helm-values.metrics.podmonitor.interval": {
"default": "60s",
"description": "The interval to scrape metrics.",
"type": "string"
},
"helm-values.metrics.podmonitor.labels": {
"default": {},
"description": "Additional labels to add to the PodMonitor.",
"type": "object"
},
"helm-values.metrics.podmonitor.namespace": {
"description": "The namespace that the pod monitor should live in. Defaults to the venafi-kubernetes-agent namespace.",
"type": "string"
},
"helm-values.metrics.podmonitor.prometheusInstance": {
"default": "default",
"description": "Specifies the `prometheus` label on the created PodMonitor. This is used when different Prometheus instances have label selectors matching different PodMonitors.",
"type": "string"
},
"helm-values.metrics.podmonitor.scrapeTimeout": {
"default": "30s",
"description": "The timeout before a metrics scrape fails.",
"type": "string"
},
"helm-values.nameOverride": {
"default": "",
"description": "Helm default setting to override release name, usually leave blank.",
"type": "string"
},
"helm-values.no_proxy": {
"description": "Configures the NO_PROXY environment variable where a HTTP proxy is required, but certain domains should be excluded.",
"type": "string"
},
"helm-values.nodeSelector": {
"default": {},
"description": "Embed YAML for nodeSelector settings, see\nhttps://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/",
"type": "object"
},
"helm-values.podAnnotations": {
"default": {},
"description": "Additional YAML annotations to add the the pod.",
"type": "object"
},
"helm-values.podDisruptionBudget": {
"additionalProperties": false,
"properties": {
"enabled": {
"$ref": "#/$defs/helm-values.podDisruptionBudget.enabled"
},
"maxUnavailable": {
"$ref": "#/$defs/helm-values.podDisruptionBudget.maxUnavailable"
},
"minAvailable": {
"$ref": "#/$defs/helm-values.podDisruptionBudget.minAvailable"
}
},
"type": "object"
},
"helm-values.podDisruptionBudget.enabled": {
"default": false,
"description": "Enable or disable the PodDisruptionBudget resource, which helps prevent downtime during voluntary disruptions such as during a Node upgrade.",
"type": "boolean"
},
"helm-values.podDisruptionBudget.maxUnavailable": {
"description": "Configure the maximum unavailable pods for disruptions. Can either be set to an integer (e.g. 1) or a percentage value (e.g. 25%).\nCannot be used if `minAvailable` is set.",
"type": "number"
},
"helm-values.podDisruptionBudget.minAvailable": {
"description": "Configure the minimum available pods for disruptions. Can either be set to an integer (e.g. 1) or a percentage value (e.g. 25%).\nCannot be used if `maxUnavailable` is set.",
"type": "number"
},
"helm-values.podSecurityContext": {
"default": {},
"description": "Optional Pod (all containers) `SecurityContext` options, see https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod.\n\nExample:\n\n podSecurityContext\nrunAsUser: 1000\nrunAsGroup: 3000\nfsGroup: 2000",
"type": "object"
},
"helm-values.replicaCount": {
"default": 1,
"description": "default replicas, do not scale up",
"type": "number"
},
"helm-values.resources": {
"additionalProperties": false,
"properties": {
"limits": {
"$ref": "#/$defs/helm-values.resources.limits"
},
"requests": {
"$ref": "#/$defs/helm-values.resources.requests"
}
},
"type": "object"
},
"helm-values.resources.limits": {
"additionalProperties": false,
"properties": {
"memory": {
"$ref": "#/$defs/helm-values.resources.limits.memory"
}
},
"type": "object"
},
"helm-values.resources.limits.memory": {
"default": "500Mi",
"type": "string"
},
"helm-values.resources.requests": {
"additionalProperties": false,
"properties": {
"cpu": {
"$ref": "#/$defs/helm-values.resources.requests.cpu"
},
"memory": {
"$ref": "#/$defs/helm-values.resources.requests.memory"
}
},
"type": "object"
},
"helm-values.resources.requests.cpu": {
"default": "200m",
"type": "string"
},
"helm-values.resources.requests.memory": {
"default": "200Mi",
"type": "string"
},
"helm-values.securityContext": {
"additionalProperties": false,
"properties": {
"capabilities": {
"$ref": "#/$defs/helm-values.securityContext.capabilities"
},
"readOnlyRootFilesystem": {
"$ref": "#/$defs/helm-values.securityContext.readOnlyRootFilesystem"
},
"runAsNonRoot": {
"$ref": "#/$defs/helm-values.securityContext.runAsNonRoot"
}
},
"type": "object"
},
"helm-values.securityContext.capabilities": {
"additionalProperties": false,
"properties": {
"drop": {
"$ref": "#/$defs/helm-values.securityContext.capabilities.drop"
}
},
"type": "object"
},
"helm-values.securityContext.capabilities.drop": {
"items": {
"$ref": "#/$defs/helm-values.securityContext.capabilities.drop[0]"
},
"type": "array"
},
"helm-values.securityContext.capabilities.drop[0]": {
"default": "ALL",
"type": "string"
},
"helm-values.securityContext.readOnlyRootFilesystem": {
"default": true,
"type": "boolean"
},
"helm-values.securityContext.runAsNonRoot": {
"default": true,
"type": "boolean"
},
"helm-values.serviceAccount": {
"additionalProperties": false,
"properties": {
"annotations": {
"$ref": "#/$defs/helm-values.serviceAccount.annotations"
},
"create": {
"$ref": "#/$defs/helm-values.serviceAccount.create"
},
"name": {
"$ref": "#/$defs/helm-values.serviceAccount.name"
}
},
"type": "object"
},
"helm-values.serviceAccount.annotations": {
"default": {},
"description": "Annotations YAML to add to the service account.",
"type": "object"
},
"helm-values.serviceAccount.create": {
"default": true,
"description": "Specifies whether a service account should be created.",
"type": "boolean"
},
"helm-values.serviceAccount.name": {
"default": "",
"description": "The name of the service account to use. If blank and `serviceAccount.create` is true, a name is generated using the fullname template of the release.",
"type": "string"
},
"helm-values.tolerations": {
"default": [],
"description": "Embed YAML for toleration settings, see\nhttps://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/",
"items": {},
"type": "array"
},
"helm-values.venafiConnection": {
"additionalProperties": false,
"properties": {
"include": {
"$ref": "#/$defs/helm-values.venafiConnection.include"
}
},
"type": "object"
},
"helm-values.venafiConnection.include": {
"default": false,
"description": "When set to false, the rendered output does not contain the. VenafiConnection CRDs and RBAC. This is useful for when the. Venafi Connection resources are already installed separately.",
"type": "boolean"
},
"helm-values.volumeMounts": {
"default": [],
"description": "Additional volume mounts to add to the Venafi Kubernetes Agent container. This is useful for mounting a custom CA bundle. Any PEM certificate mounted under /etc/ssl/certs will be loaded by the Venafi Kubernetes Agent. For\nexample:\n\nvolumeMounts:\n - name: cabundle\n mountPath: /etc/ssl/certs/cabundle\n subPath: cabundle\n readOnly: true",
"items": {},
"type": "array"
},
"helm-values.volumes": {
"default": [],
"description": "Additional volumes to add to the Venafi Kubernetes Agent container. This is useful for mounting a custom CA bundle. For example:\nvolumes:\n - name: cabundle\n configMap:\n name: cabundle\n optional: false\n defaultMode: 0644\nIn order to create the ConfigMap, you can use the following command:\n\n kubectl create configmap cabundle \\\n --from-file=cabundle=./your/custom/ca/bundle.pem",
"items": {},
"type": "array"
}
},
"$ref": "#/$defs/helm-values",
"$schema": "http://json-schema.org/draft-07/schema#"
}