Skip to content

Commit c46d046

Browse files
committed
added infra to deployment
1 parent fb74bfc commit c46d046

38 files changed

+12069
-0
lines changed

apps/infrastructure.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: Application
3+
metadata:
4+
name: null-bot
5+
namespace: argocd
6+
spec:
7+
destination:
8+
name: in-cluster
9+
namespace: null-bot
10+
project: null-cloud
11+
source:
12+
path: deployments/infra/overlays/prod
13+
repoURL: https://github.com/null-channel/nullcloud-deployments/
14+
targetRevision: HEAD
15+
syncPolicy:
16+
automated:
17+
prune: true
18+
allowEmpty: true
19+
selfHeal: true

0 commit comments

Comments
 (0)