You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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) |
25
25
| 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 |
| 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. |
| 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|
| 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