Skip to content

Commit 57fb257

Browse files
fix components list
1 parent dc5698b commit 57fb257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARGOCD_TOKEN_SECRET_NAME="argocd-token"
2525
ARGOCD_INITIAL_TOKEN_SECRET_NAME="argocd-initial-admin-secret"
2626
BOOTSTRAP_APP_NAME="csdp-bootstrap"
2727
COMPONENTS_MANAGED="argo-events,app-proxy,argo-cd,events-reporter"
28-
COMPONENTS="argo-events,app-proxy,argo-cd,events-reporter,rollout-reporter,workflow-reporter"
28+
COMPONENTS="argo-events,app-proxy,argo-cd,events-reporter,argo-rollouts,rollout-reporter,argo-workflows,workflow-reporter"
2929
DEFAULT_GIT_SOURCE_NAME="default-git-source"
3030

3131
# Params:

0 commit comments

Comments
 (0)