willholley commented on PR #127:
URL: https://github.com/apache/couchdb-helm/pull/127#issuecomment-1635701422

   > Would this work without the patch?
   > 
   > ```
   > couchdbConfig:
   >   chttpd:
   >     timeout: !!int "5184000"
   > ```
   
   Without the patch things are fine if the value is quoted - it gets treated 
as a string and rendered correctly:
   
   ```
   couchdbConfig:
     chttpd:
       timeout: "5184000"
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to