spring-cloud-skipper icon indicating copy to clipboard operation
spring-cloud-skipper copied to clipboard

Investigate handling of null values in ValueTypeRepresenter

Open markpollack opened this issue 7 years ago • 1 comments

currenlty writing null values of the form

  "applicationProperties": !!null "null"
  "deploymentProperties": !!null "null"

Do we want this format? How does it relate to handling of null values for a given key in the map and that indicating to 'remove' a property when upgrading a relrease.

markpollack avatar May 25 '18 22:05 markpollack

Some related docs:

tzolov avatar May 27 '18 11:05 tzolov