Skip to content

Commit

Permalink
feat(registry): create argocd registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Nov 2, 2024
1 parent 0042ec2 commit 62d1f3b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions registry/clusters/dev/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: guestbook
namespace: argocd
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

0 comments on commit 62d1f3b

Please sign in to comment.