From 120db43428c11b656380cdb4b2b26a47c2b6a2d2 Mon Sep 17 00:00:00 2001 From: Drew Bentley Date: Mon, 1 Mar 2021 17:37:46 -0600 Subject: [PATCH] patch for converting YAML to JSON error --- .../templates/configmap-test-not-immutable.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/sample-cnfs/sample_immutable_configmap_some/chart/templates/configmap-test-not-immutable.yaml b/sample-cnfs/sample_immutable_configmap_some/chart/templates/configmap-test-not-immutable.yaml index 0449b6467..f4bdf4a73 100644 --- a/sample-cnfs/sample_immutable_configmap_some/chart/templates/configmap-test-not-immutable.yaml +++ b/sample-cnfs/sample_immutable_configmap_some/chart/templates/configmap-test-not-immutable.yaml @@ -1,6 +1,7 @@ - apiVersion: v1 - kind: ConfigMap - metadata: - name: myapp - data: - api.server: https://example.com \ No newline at end of file +--- +apiVersion: v1 +data: + api.server: "https://example.com" +kind: ConfigMap +metadata: + name: myapp