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
Add namespace: default to Service and StatefulSets
When the driver is deployed while the current context is set to
something else than `default`, things go wrong as the Service and
StatefulSets are created in the current namespace.
By adding the namespace explicitly in the Service and StatefulSets, all
components of the driver get deployed correctly in the namespace called
`default`.
0 commit comments