Skip to content

Commit

Permalink
fix typo in KubernetesCredentials
Browse files Browse the repository at this point in the history
  • Loading branch information
blakerosenthal committed Sep 18, 2024
1 parent 379736e commit 0f9e881
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 @@ -625,7 +625,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 0f9e881

Please sign in to comment.