thanos-io / kube-thanos

Kubernetes specific configuration for deploying Thanos.
Apache License 2.0
520 stars 177 forks source link

*: Use relative Jsonnet imports internally #238

Open maxbrunet opened 3 years ago

maxbrunet commented 3 years ago

Changes

Reasons:

  1. There is no guarantee kube-thanos/ is a valid import path for the end-user
  2. These imports were relying on jb's legacy imports which are deprecated

Verification

CI passes.

maxbrunet commented 2 years ago

@kakkoyun @metalmatze any concerns about merging this one if I rebase?