Skip to content

Commit 8b0c484

Browse files
committed
fix: remove commented-out variables
Signed-off-by: bugbuilder <nelson@v7n.cl>
1 parent 45bdec2 commit 8b0c484

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

addons/fluxcd/resources/components/image-automation-controller.cue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ _base: string
44
_rules: [...]
55
controllerArgs: [...]
66
_targetNamespace: string
7-
// imageControllerDefaultArgs: controllerArgs + [
8-
// "--events-addr=" + "http://fluxcd-notification-controller." + _targetNamespace + ".svc:9090"
9-
// ]
107

118
imageAutomationController: {
129
// About this name, refer to #429 for details.

addons/fluxcd/resources/components/image-reflector-controller.cue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ _base: string
44
_rules: [...]
55
controllerArgs: [...]
66
_targetNamespace: string
7-
// imageControllerDefaultArgs: controllerArgs + [
8-
// "--events-addr=" + "http://fluxcd-notification-controller." + _targetNamespace + ".svc:9090"
9-
// ]
107

118
imageReflectorController: {
129
// About this name, refer to #429 for details.

addons/fluxcd/resources/components/kustomize-controller.cue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ _base: string
44
_rules: [...]
55
controllerArgs: [...]
66
_targetNamespace: string
7-
// imageControllerDefaultArgs: controllerArgs + [
8-
// "--events-addr=" + "http://fluxcd-notification-controller." + _targetNamespace + ".svc:9090"
9-
// ]
107

118
kustomizeController: {
129
// About this name, refer to #429 for details.

0 commit comments

Comments
 (0)