You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use a dataset label to mount a dataset to a deployment, nothing happens.
Upon further inspection, it looks like the MutatingWebhookConfiguration does not trigger for deployments, but only for pods. For deployments, the mutate function should do exactly the same changes it does for pods, but work on the /spec/template/spec path instead of /spec.
The text was updated successfully, but these errors were encountered:
When I use a dataset label to mount a dataset to a deployment, nothing happens.
Upon further inspection, it looks like the
MutatingWebhookConfiguration
does not trigger fordeployments
, but only forpods
. For deployments, themutate
function should do exactly the same changes it does for pods, but work on the/spec/template/spec
path instead of/spec
.The text was updated successfully, but these errors were encountered: