Enter key-value pairs separated by commas in the textarea above. The keys and values will be transformed to uppercase and joined with double underscores (__).
Example input:
key1=value1, key2=value2
Example output:
KEY1=VALUE1__KEY2=VALUE2
env: - name: KEY1 value: VALUE1 - name: KEY2 value: VALUE2