Skip to content

Commit 633b1fa

Browse files
J12934actions-user
authored andcommitted
Updating Helm Docs
1 parent d13ca07 commit 633b1fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

operator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ helm install securecodebox-operator secureCodeBox/operator
2121

2222
| Key | Type | Default | Description |
2323
|-----|------|---------|-------------|
24-
| customCACertificate | object | `{"certificate":"public.crt","existingCertificate":"ca-certs"}` | Setup for Custom CA certificates. These are automatically mounted into every secureCodeBox component (lurcher, parser & hooks). Requires that every namespace has a configmap with the CA certificate(s) |
24+
| customCACertificate | object | `{"certificate":"public.crt","existingCertificate":null}` | Setup for Custom CA certificates. These are automatically mounted into every secureCodeBox component (lurcher, parser & hooks). Requires that every namespace has a configmap with the CA certificate(s) |
2525
| customCACertificate.certificate | string | `"public.crt"` | key in the configmap holding the certificate(s) |
26-
| customCACertificate.existingCertificate | string | `"ca-certs"` | name of the configMap holding the ca certificate(s), needs to be the same across all namespaces |
26+
| customCACertificate.existingCertificate | string | `nil` | name of the configMap holding the ca certificate(s), needs to be the same across all namespaces |
2727
| image.pullPolicy | string | `"Always"` | Image pull policy |
2828
| image.repository | string | `"docker.io/securecodebox/operator"` | The operator image repository |
2929
| image.tag | string | defaults to the charts version | Parser image tag |
@@ -35,7 +35,7 @@ helm install securecodebox-operator secureCodeBox/operator
3535
| minio.enabled | bool | `true` | Enable this to use minio as storage backend instead of a cloud bucket provider like AWS S3, Google Cloud Storage, DigitalOcean Spaces etc. |
3636
| minio.resources.requests.memory | string | `"256Mi"` | |
3737
| minio.tls.certSecret | string | `"minio-tls"` | |
38-
| minio.tls.enabled | bool | `true` | |
38+
| minio.tls.enabled | bool | `false` | |
3939
| podSecurityContext | object | `{}` | Sets the securityContext on the operators pod level. See: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container |
4040
| resources | object | `{"limits":{"cpu":"100m","memory":"30Mi"},"requests":{"cpu":"100m","memory":"20Mi"}}` | CPU/memory resource requests/limits (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-memory-resource/, https://kubernetes.io/docs/tasks/configure-pod-container/assign-cpu-resource/) |
4141
| s3.authType | string | `"access-secret-key"` | Authentication method. Supports access-secret-key (used by most s3 endpoint) and aws-irsa (Used by AWS EKS IAM Role to Kubenetes Service Account Binding. Support for AWS IRSA is considered experimental in the secureCodeBox) |

0 commit comments

Comments
 (0)