Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(traces): remove superfluous prefixing (#86)
When we introduced a new shim base (deployment, daemonset), we did not prefix them accordingly. #84 reintroduced the observe- prefix for the resulting controllers, but inadvertently double-prefixed all resources coming in from base/. This PR fixes things by removing prefixing from base/kustomization.yaml. You can't build a usable traces stack without one of daemonset or deployment, so gate things on either of those layers.
- Loading branch information