tazjin/kontemplate

1.6 global settings work differently from 1.5 global settings

Closed this issue · 2 comments

I discovered that 1.6 handles setting overrides differently from 1.5. Given the following example


context: my_awesome_context
global:
logLevel: debug
include:

  • name: test-service
    values:
    logLevel: warn

version 1.5 will set logLevel to warn and 1.6 will set as debug.

Hey! Thanks for filing the report!

This is a duplicate of #142 and fixed in current master - please take a look at the discussion in that issue, too.

The fix for this is included in version 1.7.0.