Prevent appending \n in Sonobuoy's secret-etc

It's presumed that some versions of Kubernetes do not handle this,
which is why the experimental job is still working.

Change-Id: If3a712cca278e02908cf9be8dfefa75a782bac09
This commit is contained in:
Dustin Specker 2018-11-02 15:29:36 -05:00
parent f705438e90
commit 58208263ee
1 changed files with 1 additions and 2 deletions

View File

@ -25,6 +25,5 @@ metadata:
name: sonobuoy-etc
type: Opaque
data:
config.json: |
{{ .Values.conf.sonobuoy | toJson | b64enc | indent 4}}
config.json: {{ .Values.conf.sonobuoy | toJson | b64enc }}
{{- end }}