Skip to content

Commit d13ca07

Browse files
committed
Disable custom certs by default again
1 parent bd054fc commit d13ca07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ image:
1818
# Requires that every namespace has a configmap with the CA certificate(s)
1919
customCACertificate:
2020
# -- name of the configMap holding the ca certificate(s), needs to be the same across all namespaces
21-
existingCertificate: ca-certs
21+
existingCertificate: null
2222
# -- key in the configmap holding the certificate(s)
2323
certificate: "public.crt"
2424

@@ -62,7 +62,7 @@ minio:
6262
# -- Enable this to use minio as storage backend instead of a cloud bucket provider like AWS S3, Google Cloud Storage, DigitalOcean Spaces etc.
6363
enabled: true
6464
tls:
65-
enabled: true
65+
enabled: false
6666
certSecret: minio-tls
6767
defaultBucket:
6868
enabled: true

0 commit comments

Comments
 (0)