Skip to content

Commit 69a474d

Browse files
authored
fix: re-enabled argo-events (#843)
the default value for argo-events should be true, so the controller will be around to delete the old EventBus, EventSources and Sensors
1 parent 09c0038 commit 69a474d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ argo-cd:
276276
# Argo Events
277277
#-----------------------------------------------------------------------------------------------------------------------
278278
argo-events:
279-
enabled: false
279+
enabled: true
280280
fullnameOverride: argo-events
281281
crds:
282282
install: false

0 commit comments

Comments
 (0)