Skip to content

Conversation

@bobbyiliev
Copy link
Collaborator

Moving over the refactor from MaterializeInc/terraform-aws-materialize#69

@bobbyiliev bobbyiliev force-pushed the aws-modules-refactor branch from 750c1d0 to 577cfcb Compare June 12, 2025 16:22
Comment on lines +13 to +14
locals {
default_helm_values = {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Open to suggestions if we should keep this here as it has too many cloud-specific configs, or if we should move it to the ./kubernetes dir and again make it cloud agnostic.

@bobbyiliev bobbyiliev force-pushed the aws-modules-refactor branch from 8e9ef41 to 4927307 Compare June 16, 2025 17:39
Copy link
Contributor

@alex-hunt-materialize alex-hunt-materialize left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets get this in, and we can iterate on the details in smaller PRs.

@@ -0,0 +1,37 @@
#!/bin/bash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a duplicate of aws/modules/eks-node-group/bootstrap.sh? Is this one used?

version = var.use_local_chart ? null : var.operator_version

values = [
yamlencode(merge(local.default_helm_values, var.helm_values))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this do a deep merge?


# Install the metrics-server for monitoring
# Required for the Materialize Console to display cluster metrics
resource "helm_release" "metrics_server" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It feels a bit weird to have this be part of the operator install, as it's a common kubernetes component that is likely to be installed for a variety of reasons.

@bobbyiliev bobbyiliev merged commit cb6dd4b into main Jun 22, 2025
2 checks passed
@bobbyiliev bobbyiliev deleted the aws-modules-refactor branch June 22, 2025 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants