diff --git a/argocd/applications/kitchen.yaml b/argocd/applications/kitchen.yaml new file mode 100644 index 0000000..8789ca6 --- /dev/null +++ b/argocd/applications/kitchen.yaml @@ -0,0 +1,13 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: kitchen + namespace: argocd +spec: + destination: + server: https://kubernetes.default.svc + project: default + source: + path: kitchen + repoURL: https://git.pyrocufflink.blue/infra/kubernetes.git + targetRevision: master