Skip to content

Commit

Permalink
[pre-commit.ci] Apply automatic pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jun 3, 2024
1 parent 28b222b commit c71b921
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/_nebari/stages/kubernetes_ingress/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def input_vars(self, stage_outputs: Dict[str, Dict[str, Any]]):
**self.config.ingress.terraform_overrides,
},
**cert_details,
"domain": self.config.domain
"domain": self.config.domain,
}

def set_outputs(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ variable "domain" {
description = "Domain name."
type = string
default = null
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ resource "helm_release" "cert-manager" {
value = "true"
}
}

Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
installCRDs: true
replicaCount: 1
replicaCount: 1

0 comments on commit c71b921

Please sign in to comment.