Details
-
Page
-
Resolution: Fixed
-
Major
-
None
-
None
-
1
Description
From the documentation page here:
https://docs.couchbase.com/operator/2.0/helm-couchbase-config.html
# couchbase buckets to create
|
# disable default bucket creation by setting
|
# couchbaseBuckets.default: null buckets:
|
This is not correct as that setting would not work. The correct setting is:
buckets:
|
default: null
|
Or helm install --set buckets.default=null