Skip to content

Commit

Permalink
remove unnecessary experimental flag (#2606)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-D-Lewis authored Aug 1, 2024
1 parent 9a11656 commit bb54646
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/_nebari/stages/tf_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@ def NebariKubernetesProvider(nebari_config: schema.Main):
Provider("aws", region=nebari_config.amazon_web_services.region),
Provider(
"kubernetes",
experiments={"manifest_resource": True},
host="${data.aws_eks_cluster.default.endpoint}",
cluster_ca_certificate="${base64decode(data.aws_eks_cluster.default.certificate_authority[0].data)}",
token="${data.aws_eks_cluster_auth.default.token}",
),
)
return Provider(
"kubernetes",
experiments={"manifest_resource": True},
)


Expand Down

0 comments on commit bb54646

Please sign in to comment.