Skip to content

Commit

Permalink
add component to enable status badge (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato authored Apr 18, 2024
1 parent 4dd150d commit adb3545
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component

patches:
- path: patch-enable-status-badge.yaml
target:
kind: ArgoCD
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: argoproj.io/v1beta1
kind: ArgoCD
metadata:
name: openshift-gitops
spec:
statusBadgeEnabled: true
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ components:
- ../../components/annotation-resource-tracking
- ../../components/edge-termination
- ../../components/enable-notifications
- ../../components/enable-status-badge
- ../../components/gitops-admins
- ../../components/health-check-olm
- ../../components/health-check-openshift-builds
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ components:
- ../../components/gitops-admins
- ../../components/edge-termination
- ../../components/enable-notifications
- ../../components/enable-status-badge
- ../../components/health-check-odf
- ../../components/health-check-olm
- ../../components/health-check-openshift-builds
Expand Down

0 comments on commit adb3545

Please sign in to comment.