Details
-
Bug
-
Resolution: Fixed
-
Major
-
1.1.0
Description
Scenario: Defining DataClaim without Default volume mount.
Attaching the file used, validation.yaml for reference.
yaml server spec without default volume mount defined,
servers:
|
- size: 1
|
name: all_services
|
services:
|
- data
|
- index
|
- analytics
|
- query
|
- search
|
- eventing
|
pod:
|
volumeMounts:
|
data: couchbase
|
cbopctl command output,
couchbase-operator]$ ./build/bin/cbopctl create -f test/e2e/resources/validation/validation.yaml
|
validation failure list:
|
default in spec.servers[0].pod.volumeMounts is required
|
default in spec.volumeMounts is required. <-- This field does not exists in ClusterSpec struct
|
|
couchbase-operator]$ ./build/bin/cbopctl --version
|
cbopctl version 1.1.0 (master e901fdccd98ec67330cb81556391d3a2297af628)
|