From 8b0c484a58c1562fa82832107cd1ef23164d00c3 Mon Sep 17 00:00:00 2001 From: bugbuilder Date: Mon, 2 Dec 2024 00:59:57 -0300 Subject: [PATCH] fix: remove commented-out variables Signed-off-by: bugbuilder --- .../resources/components/image-automation-controller.cue | 3 --- .../fluxcd/resources/components/image-reflector-controller.cue | 3 --- addons/fluxcd/resources/components/kustomize-controller.cue | 3 --- 3 files changed, 9 deletions(-) diff --git a/addons/fluxcd/resources/components/image-automation-controller.cue b/addons/fluxcd/resources/components/image-automation-controller.cue index 2211c475..049859b9 100644 --- a/addons/fluxcd/resources/components/image-automation-controller.cue +++ b/addons/fluxcd/resources/components/image-automation-controller.cue @@ -4,9 +4,6 @@ _base: string _rules: [...] controllerArgs: [...] _targetNamespace: string -// imageControllerDefaultArgs: controllerArgs + [ -// "--events-addr=" + "http://fluxcd-notification-controller." + _targetNamespace + ".svc:9090" -// ] imageAutomationController: { // About this name, refer to #429 for details. diff --git a/addons/fluxcd/resources/components/image-reflector-controller.cue b/addons/fluxcd/resources/components/image-reflector-controller.cue index a760c3c0..bf4d7b7d 100644 --- a/addons/fluxcd/resources/components/image-reflector-controller.cue +++ b/addons/fluxcd/resources/components/image-reflector-controller.cue @@ -4,9 +4,6 @@ _base: string _rules: [...] controllerArgs: [...] _targetNamespace: string -// imageControllerDefaultArgs: controllerArgs + [ -// "--events-addr=" + "http://fluxcd-notification-controller." + _targetNamespace + ".svc:9090" -// ] imageReflectorController: { // About this name, refer to #429 for details. diff --git a/addons/fluxcd/resources/components/kustomize-controller.cue b/addons/fluxcd/resources/components/kustomize-controller.cue index 9c34f66c..831b7a64 100644 --- a/addons/fluxcd/resources/components/kustomize-controller.cue +++ b/addons/fluxcd/resources/components/kustomize-controller.cue @@ -4,9 +4,6 @@ _base: string _rules: [...] controllerArgs: [...] _targetNamespace: string -// imageControllerDefaultArgs: controllerArgs + [ -// "--events-addr=" + "http://fluxcd-notification-controller." + _targetNamespace + ".svc:9090" -// ] kustomizeController: { // About this name, refer to #429 for details.