Is it possible to mark specific test variables as immutable so that they cannot be overridden by CLI inputs (e.g. via --variable)? For example, I’d like certain configuration values to always use the value defined in the Test CRD or from an immutable ConfigMap/Secret. Overwriting these variables may cause security issues in my case (like running tests producing higher impact on environment than it is acceptable).
Any suggestions or plans to support this feature?