I am trying out GitLab AutoDevOps, and trying to understand how CI/CD variables work.
In the Settings UI I can set create file and environment variables.
According to the documentation, if an variable is prefixed with K8S_SECRET_
then it appears magically in the deployment. I can get this to work for env variables, but not for file variables. In this context I have two questions:
Thanks!