unity-sds / unity-management-console

Apache License 2.0
0 stars 1 forks source link

Restores "advanced values" input in the Install page #37

Closed jdrodjpl closed 2 weeks ago

jdrodjpl commented 2 weeks ago

This brings back the ability to modify "Advanced Values" in the UI.

Just for reference, the Advanced Values are then put in to the Terraform file that's built in this way:

    airflow = {
      chart      = "airflow"
      repository = "https://airflow.apache.org"
      version    = "1.13.1"
    }
    keda = {
      chart      = "keda"
      repository = "https://kedacore.github.io/charts"
      version    = "v2.14.2"
    }
  }

This appears to be how things were before. Let me know if it needs changing.