Open zachariahmiller opened 1 month ago
Maru or at least the schema only allows upper case letters in the variable names. This ticket it to do the following:
This shows a schema error:
variables: - name: myVariable default: "value"
This does not:
variables: - name: MY_VARIABLE default: "value"
Is your feature request related to a problem? Please describe
Maru or at least the schema only allows upper case letters in the variable names. This ticket it to do the following:
Additional context
This shows a schema error:
This does not: