Skip to content

Commit

Permalink
Merge pull request #31 from marcolan018/ocm-5632
Browse files Browse the repository at this point in the history
OCM-5632 | feat: add constants for cluster admin into common library
  • Loading branch information
ciaranRoche authored Jan 23, 2024
2 parents 51555c9 + 16b3b15 commit c9bd03c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/utils/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ package utils

const (
MaxByteSize = 64

ClusterAdminUsername = "cluster-admin"
ClusterAdminGroup = "cluster-admins"
)

0 comments on commit c9bd03c

Please sign in to comment.