Skip to content
Commit 7aa7e286 authored by Antoine R. Dumont (@ardumont)'s avatar Antoine R. Dumont (@ardumont) Committed by Derek Su
Browse files

deployment: Adapt values to be quoted when installed in templates

Namely the values 'workerThreads', 'deletionRetryCount' and 'provisionRetryCount'.

There is some check in the main.go module which expects those to be a string so it can
convert them into an integer. Without this, we cannot actually provide the configuration
without hitting a conversion error. This should fix it.
parent eca2404d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment