spinnaker / roer

A thin Spinnaker CLI
Apache License 2.0
45 stars 45 forks source link

yaml templates values "" are changed into null when published #53

Open mikosa opened 5 years ago

mikosa commented 5 years ago

I have a spinnaker deploy step that deploys a kubernetes chart saved within (manifest source: text) When I try to publish the pipeline template file the line under apiGroups with "" is replaced by "null" at one line and in the second line, apiGroups is deleted (because the value is null). But kubernetes chart requires the presence of apiGroups to work correctly, and value should be equal to ""

I tried different things including '', \"\", ~, [].... But was not able to get the needed "" any ideas? or suggestions?

schema: "1" id: kubernetes-job protect: false metadata: description: This template does not have a description name: kubernetes-job owner: me@email.com scopes: