Details
-
Page
-
Status: Closed
-
Major
-
Resolution: Fixed
-
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
Closing as this is fixed by the doc updates that were made in
K8S-1932.