Skip to content

Commit

Permalink
OIDCConfig is now optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Disper committed Sep 20, 2024
1 parent 2f98520 commit 6c15d44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion api/v1/runtime_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ type Kubernetes struct {
}

type APIServer struct {
OidcConfig gardener.OIDCConfig `json:"oidcConfig"`
OidcConfig gardener.OIDCConfig `json:"oidcConfig,omitempty"`
AdditionalOidcConfig *[]gardener.OIDCConfig `json:"additionalOidcConfig,omitempty"`
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,6 @@ spec:
the value '-'.
type: string
type: object
required:
- oidcConfig
type: object
version:
type: string
Expand Down

0 comments on commit 6c15d44

Please sign in to comment.