Skip to content

Commit 6108972

Browse files
committed
added workflow reporter
1 parent cc99c02 commit 6108972

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
resources:
4+
- ../../base/workflow-reporter

installer/install.sh

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

0 commit comments

Comments
 (0)