We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd054fc commit d13ca07Copy full SHA for d13ca07
operator/values.yaml
@@ -18,7 +18,7 @@ image:
18
# Requires that every namespace has a configmap with the CA certificate(s)
19
customCACertificate:
20
# -- name of the configMap holding the ca certificate(s), needs to be the same across all namespaces
21
- existingCertificate: ca-certs
+ existingCertificate: null
22
# -- key in the configmap holding the certificate(s)
23
certificate: "public.crt"
24
@@ -62,7 +62,7 @@ minio:
62
# -- Enable this to use minio as storage backend instead of a cloud bucket provider like AWS S3, Google Cloud Storage, DigitalOcean Spaces etc.
63
enabled: true
64
tls:
65
- enabled: true
+ enabled: false
66
certSecret: minio-tls
67
defaultBucket:
68
0 commit comments