Skip to content

Commit

Permalink
style: fix typo (grafana#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbaldry authored Aug 27, 2020
1 parent 962c685 commit 78bd354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/namespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Some resources in Kubernetes are cluster-wide, meaning they don't belong to a si
Tanka will make an attempt to not add namespaces to *known* cluster-wide types.
It does this with a short list of types in [the source code](https://github.com/grafana/tanka/blob/master/pkg/process/namespace.go).

Tanka cannot feasably maintain this list for all known custom resource types. In those cases, resources will have namespaces added to their manifests,
Tanka cannot feasibly maintain this list for all known custom resource types. In those cases, resources will have namespaces added to their manifests,
and kubectl should happily apply them as non-namespaced resources.

If this presents a problem for your workflow, you can **override this** behavior
Expand Down

0 comments on commit 78bd354

Please sign in to comment.