# Tests should generally avoid creating hardcoded namespaces, and instead use # the randomly generated test specific namespace # (https://godoc.edge-infra.dev/pkg/edge-infra.dev/test/f2/x/ktest/#K8s.Namespace). # Use a patchesStrategicMerge patch such as this one in a test specific # kustomization to delete any hardcoded namespaces from the built kustomization. $patch: delete apiVersion: v1 kind: Namespace metadata: name: myNamespace