Skip to content

Commit

Permalink
add bootstrap app
Browse files Browse the repository at this point in the history
  • Loading branch information
stianfro committed Oct 2, 2023
1 parent 325729c commit 12beed3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions bootstrap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: 'example'
namespace: argocd
spec:
destination:
server: https://kubernetes.default.svc
namespace: argocd
source:
path: 'iac'
repoURL: 'https://github.com/stianfro/gitops-monorepo.git'
targetRevision: HEAD
project: 'default'
2 changes: 2 additions & 0 deletions iac/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
resources:
- appset.yaml

0 comments on commit 12beed3

Please sign in to comment.