Closed jdrodjpl closed 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.
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:
This appears to be how things were before. Let me know if it needs changing.