SinkBinding eliminates all volumes on Deployment subject #8261
Labels
kind/bug
Categorizes issue or PR as related to a bug.
triage/accepted
Issues which should be fixed (post-triage)
Describe the bug
Given the subject in a SinkBinding is an arbitrary Deployment that brings its own volumes/volumeMounts spec these get eliminated as soon as the SinkBinding has injected K_SINK envVars. As a result the initial volume/volumeMount information is lost on the Deployment.
Expected behavior
The SinkBinding should preserve existing volume/volumeMount specs on the Deployment subject.
To Reproduce
Knative release version
v1.14.0
Additional context
used kubectl apply -f to create both Deployement and SinkBinding. Tested on local Kind cluster.
The text was updated successfully, but these errors were encountered: