Skip to content

Commit

Permalink
fix: remove commented-out variables
Browse files Browse the repository at this point in the history
Signed-off-by: bugbuilder <[email protected]>
  • Loading branch information
bugbuilder committed Dec 2, 2024
1 parent 45bdec2 commit 8b0c484
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions addons/fluxcd/resources/components/kustomize-controller.cue
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8b0c484

Please sign in to comment.