Steps to replicate the issue (include links if applicable):
Run webservice restart with this service.template file:
backend: kubernetes type: bookworm extra_args: - ./run.sh mem: 2Gi cpu: 2 health-check-path: /healthz
What happens?:
This warning (?) is displayed:
Your template file (/data/project/spamcheck/service.template) contains unknown keys: - extra_args Restarting..
What should have happened instead?:
No warning should be displayed. The extra_args entry is essential to specify which script is being run on startup.