diff --git a/README.rst b/README.rst index 3a2b4cb..cdaaac8 100644 --- a/README.rst +++ b/README.rst @@ -103,6 +103,7 @@ By default, the kustomization_ rule assumes the :file:`kustomization` file is na This "base" target we've defined doesn't produce any artifacts. It prepares the recipe for building artifacts, in the same way that a :term:`kustomization`'s files are inert input for the :tool:`kustomize` tool. When we'd like to build the :term:`kustomization` using particular options—as we would by invoking :command:`kustomize build`—we define another target in a :file:`BUILD.bazel` file. Here we'll add to the same Bazel package, this time using the kustomized_resources_ rule. .. code:: bazel + load( "@rules_kustomize//kustomize:kustomize.bzl", "kustomized_resources",