Skip to content

Commit

Permalink
Fix another warning
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jun 14, 2024
1 parent 47842d6 commit ec3ee16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes-client/src/Kubernetes/Client/KubeConfig.hs
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ data Context = Context
, namespace :: Maybe Text
} deriving (Eq, Generic, Show, Typeable)

contextJSONOptions :: Options
contextJSONOptions =
camelToWithOverrides '-' (Map.fromList [("authInfo", "user")])

Expand Down

0 comments on commit ec3ee16

Please sign in to comment.