Skip to content

Commit

Permalink
Adding an Argo App for S3 public Bucket (more complex MRs)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Feb 9, 2025
1 parent b33ed9f commit cc6f7a4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions argocd/infrastructure/aws-s3-public.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# The ArgoCD Application for all Crossplane Managed Resources
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: aws-s3
namespace: argocd
labels:
crossplane.jonashackt.io: infrastructure
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/jonashackt/crossplane-argocd
targetRevision: HEAD
path: infrastructure/s3-public
destination:
namespace: default
server: https://kubernetes.default.svc
syncPolicy:
automated:
prune: true
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 1m
File renamed without changes.

0 comments on commit cc6f7a4

Please sign in to comment.