Skip to content

Commit

Permalink
Merge pull request openshift#1028 from EmilyM1/atomic-type-bug
Browse files Browse the repository at this point in the history
Bug 1992592: Atomic List Type
  • Loading branch information
openshift-merge-robot authored Oct 14, 2021
2 parents 2e1b88b + 4ce104f commit be2a7fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/v1/0000_10_config-operator_01_oauth.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ spec:
type:
description: type identifies the identity provider type for this entry.
type: string
x-kubernetes-list-type: atomic
templates:
description: templates allow you to customize pages like the login page.
type: object
Expand Down
1 change: 1 addition & 0 deletions config/v1/types_oauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ type OAuthSpec struct {
// identityProviders is an ordered list of ways for a user to identify themselves.
// When this list is empty, no identities are provisioned for users.
// +optional
// +listType=atomic
IdentityProviders []IdentityProvider `json:"identityProviders,omitempty"`

// tokenConfig contains options for authorization and access tokens
Expand Down

0 comments on commit be2a7fb

Please sign in to comment.