@@ -344,6 +344,7 @@ For details see the [`values.yaml`](values.yaml) file.
344
344
| ` statefulset.resources ` | Resource requests and limits for StatefulSet Pods | ` {} ` |
345
345
| ` statefulset.customLivenessProbe ` | Custom Liveness probe | ` {} ` |
346
346
| ` statefulset.customReadinessProbe ` | Custom Rediness probe | ` {} ` |
347
+ | ` statefulset.securityContext ` | Security context for containers | ` {} ` |
347
348
| ` service.ports.grpc.external.port ` | CockroachDB primary serving port in Services | ` 26257 ` |
348
349
| ` service.ports.grpc.external.name ` | CockroachDB primary serving port name in Services | ` grpc ` |
349
350
| ` service.ports.grpc.internal.port ` | CockroachDB inter-communication port in Services | ` 26257 ` |
@@ -380,6 +381,7 @@ For details see the [`values.yaml`](values.yaml) file.
380
381
| ` init.nodeSelector ` | Node labels for init Job Pod assignment | ` {} ` |
381
382
| ` init.tolerations ` | Node taints to tolerate by init Job Pod | ` [] ` |
382
383
| ` init.resources ` | Resource requests and limits for the Pod of init Job | ` {} ` |
384
+ | ` init.securityContext ` | Security context for the init job containers | ` {} ` |
383
385
| ` tls.enabled ` | Whether to run securely using TLS certificates | ` no ` |
384
386
| ` tls.serviceAccount.create ` | Whether to create a new RBAC service account | ` yes ` |
385
387
| ` tls.serviceAccount.name ` | Name of RBAC service account to use | ` "" ` |
@@ -408,9 +410,11 @@ For details see the [`values.yaml`](values.yaml) file.
408
410
| ` tls.selfSigner.image.tag ` | Image tag to use for self signing TLS certificates | ` 0.1 ` |
409
411
| ` tls.selfSigner.image.pullPolicy ` | Self signing TLS certificates container pull policy | ` IfNotPresent ` |
410
412
| ` tls.selfSigner.image.credentials ` | ` registry ` , ` user ` and ` pass ` credentials to pull private image | ` {} ` |
413
+ | ` tls.selfSigner.securityContext ` | Security context applied to selfSigner containers | ` {} ` |
411
414
| ` networkPolicy.enabled ` | Enable NetworkPolicy for CockroachDB's Pods | ` no ` |
412
415
| ` networkPolicy.ingress.grpc ` | Whitelist resources to access gRPC port of CockroachDB's Pods | ` [] ` |
413
416
| ` networkPolicy.ingress.http ` | Whitelist resources to access gRPC port of CockroachDB's Pods | ` [] ` |
417
+ | ` securityContext ` | Security context applied to Pods | ` {} ` |
414
418
415
419
416
420
Override the default parameters using the ` --set key=value[,key=value] ` argument to ` helm install ` .
0 commit comments