Skip to content

Commit

Permalink
chore: to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Nov 2, 2024
1 parent fa1ce83 commit fe7b519
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions registry/clusters/dev/guestbook.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: guestbook
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/argoproj/argocd-example-apps.git
targetRevision: HEAD
path: guestbook
destination:
server: https://kubernetes.default.svc
namespace: guestbook
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true

0 comments on commit fe7b519

Please sign in to comment.