Skip to content

Commit

Permalink
Add samplea project
Browse files Browse the repository at this point in the history
  • Loading branch information
akuitybot committed Jan 29, 2024
1 parent c092acf commit 41860c3
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
18 changes: 18 additions & 0 deletions project-quickstart/argocd/apps/app-of-apps-samplea.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: app-of-apps-samplea
spec:
project: default
syncPolicy:
automated:
prune: true
source:
repoURL: https://github.com/noahburrell0/argocd-project-samplea.git
targetRevision: main
path: apps
directory:
recurse: true
destination:
name: in-cluster
namespace: argocd
19 changes: 19 additions & 0 deletions project-quickstart/argocd/projects/samplea.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: samplea
namespace: argocd
spec:
sourceRepos:
- '*'
destinations:
- namespace: '*'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'
namespaceResourceWhitelist:
- group: '*'
kind: '*'
orphanedResources:
warn: false

0 comments on commit 41860c3

Please sign in to comment.