Skip to content

Commit

Permalink
Use metav1.NamespaceSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Mar 4, 2019
1 parent 9dc9e70 commit 4e97d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/authconfigmap/authconfigmap.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type mapRolesData []map[string]interface{}

const (
objectName = "aws-auth"
objectNamespace = "kube-system"
objectNamespace = metav1.NamespaceSystem
)

// ObjectMeta constructs metadata for the configmap
Expand Down

0 comments on commit 4e97d47

Please sign in to comment.