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"