Open johnstonmatt opened 8 months ago
CNDI Template parser can leave raw template language artifacts if an undefined response is called for inside of cndi_config.yaml
cndi_config.yaml
cndi v2.7.0 kubeseal v0.26.0 terraform v1.5.5
No response
What is the desired behavior?
a. leave the {{$cndi.get_prompt_response(foo)}} in place ❌ b. convert the missing variable to an empty string ? c. throw an error ?
{{$cndi.get_prompt_response(foo)}}
I think we want c
c
What happened?
CNDI Template parser can leave raw template language artifacts if an undefined response is called for inside of
cndi_config.yaml
Version
cndi v2.7.0 kubeseal v0.26.0 terraform v1.5.5
What OS are you seeing the problem on?
No response
OS Details
No response
Relevant log output
No response
Code of Conduct