Skip to content

Commit

Permalink
fix typo in KubernetesCredentials (#2729)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Lewis <[email protected]>
  • Loading branch information
blakerosenthal and Adam-D-Lewis authored Oct 1, 2024
1 parent 00b9247 commit eaa415e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_nebari/stages/infrastructure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ class NodeSelectorKeyValue(schema.Base):

class KubernetesCredentials(schema.Base):
host: str
cluster_ca_certifiate: str # ignored for now. More info in https://github.com/nebari-dev/nebari/issues/2597. # typos: ignore
cluster_ca_certificate: str
token: Optional[str] = None
username: Optional[str] = None
password: Optional[str] = None
Expand Down

0 comments on commit eaa415e

Please sign in to comment.