diff --git a/everything-app/filestash.yaml b/everything-app/filestash.yaml new file mode 100644 index 0000000..043e9ee --- /dev/null +++ b/everything-app/filestash.yaml @@ -0,0 +1,14 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: filestash + namespace: argocd +spec: + destination: + namespace: filestash + server: https://kubernetes.default.svc + project: apps + source: + path: apps-kustomized/filestash + repoURL: http://forgejo.git.svc.cluster.local/martyn/infra4talos + targetRevision: HEAD