Skip to content

Commit

Permalink
feat: add argo-events
Browse files Browse the repository at this point in the history
  • Loading branch information
cardoe committed Feb 20, 2024
1 parent 5425e5c commit 28a5633
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions apps/components/argo-events.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argo-events
spec:
project: understack
source:
repoURL: https://github.com/rackerlabs/understack.git
path: components/12-argo-events/
targetRevision: HEAD
destination:
server: "https://kubernetes.default.svc"
namespace: argo-events
syncPolicy:
automated:
selfHeal: true
2 changes: 2 additions & 0 deletions apps/components/argocd-understack-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spec:
server: '*'
- namespace: 'argo'
server: '*'
- namespace: 'argo-events'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'
1 change: 1 addition & 0 deletions apps/components/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ resources:
- nautobot.yaml
- keystone.yaml
- argo-workflows.yaml
- argo-events.yaml
8 changes: 8 additions & 0 deletions components/12-argo-events/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- namespace.yaml
- https://github.com/argoproj/argo-events/releases/download/v1.9.1/namespace-install.yaml
- https://github.com/argoproj/argo-events/releases/download/v1.9.1/install-validating-webhook.yaml
5 changes: 5 additions & 0 deletions components/12-argo-events/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: argo-events

0 comments on commit 28a5633

Please sign in to comment.