Skip to content

Commit

Permalink
PTEUDO-2095: db roleclaim username should be optional (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabricio authored Nov 26, 2024
1 parent 7dba2a9 commit afdf6b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1/dbroleclaim_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ type DbRoleClaimStatus struct {
// Time the schemas and roles were updated
SchemasRolesUpdatedAt *metav1.Time `json:"schemasrolesupdatedat,omitempty"`

Username string `json:"username"`
Username string `json:"username,omitempty"`

// +patchMergeKey=type
// +patchStrategy=merge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ spec:
type: string
username:
type: string
required:
- username
type: object
type: object
served: true
Expand Down

0 comments on commit afdf6b5

Please sign in to comment.