From 4696111a145715a2e9166096b310ed5d9671f196 Mon Sep 17 00:00:00 2001 From: Antons Kranga Date: Mon, 6 Aug 2018 08:08:55 +0300 Subject: [PATCH] Invalid json syntax (#11) (#12) * Invalid json syntax (#11) * More of invalid json syntax (#11) --- charts/argo-events/templates/_helpers.tpl | 2 +- charts/argo-events/templates/_sensor-crd.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-events/templates/_helpers.tpl b/charts/argo-events/templates/_helpers.tpl index 63a61c45..55c1142c 100644 --- a/charts/argo-events/templates/_helpers.tpl +++ b/charts/argo-events/templates/_helpers.tpl @@ -28,7 +28,7 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this "kind": "Sensor", "listKind": "SensorList", "plural": "sensors", - "singular": "sensor", + "singular": "sensor" }, "scope": "Namespaced", "version": "v1alpha1" diff --git a/charts/argo-events/templates/_sensor-crd.tpl b/charts/argo-events/templates/_sensor-crd.tpl index f087c226..76761908 100644 --- a/charts/argo-events/templates/_sensor-crd.tpl +++ b/charts/argo-events/templates/_sensor-crd.tpl @@ -11,7 +11,7 @@ "kind": "Sensor", "listKind": "SensorList", "plural": "sensors", - "singular": "sensor", + "singular": "sensor" }, "scope": "Namespaced", "version": "v1alpha1"