Skip to content

Commit

Permalink
Merge pull request #2956 from justinsb/fix_language
Browse files Browse the repository at this point in the history
Replace language with more inclusive & accurate "hard-coded"
  • Loading branch information
monopole committed Sep 9, 2020
2 parents ab4e9c7 + 5c60285 commit 2f89de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/filters/namespace/namespace.go
Expand Up @@ -69,7 +69,7 @@ func (ns Filter) hacks(obj *yaml.RNode) error {
// metaNamespaceHack is a hack for implementing the namespace transform
// for the metadata.namespace field on namespace scoped resources.
// namespace scoped resources are determined by NOT being present
// in a blacklist of cluster-scoped resource types (by apiVersion and kind).
// in a hard-coded list of cluster-scoped resource types (by apiVersion and kind).
//
// This hack should be updated to allow individual resources to specify
// if they are cluster scoped through either an annotation on the resources,
Expand Down

0 comments on commit 2f89de8

Please sign in to comment.