-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
if i use these values:
codeIntelDB:
name: my-release-codeintel-db
enabled: true
then the PVC is created with the same name, eg; my-release-codeintel-db
then, the statefulset is created with the same name, but will reference the default PVC name, creating a deployment failure:
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedScheduling 6m6s default-scheduler 0/751 nodes are available: 751 persistentvolumeclaim "codeintel-db" not found. preemption: not eligible due to preemptionPolicy=Never.
Warning FailedScheduling 6m3s default-scheduler 0/751 nodes are available: 751 persistentvolumeclaim "codeintel-db" not found. preemption: not eligible due to preemptionPolicy=Never.
Metadata
Metadata
Assignees
Labels
No labels