diff --git a/apps/pg-operator.yaml b/apps/pg-operator.yaml new file mode 100644 index 0000000..96a4eaa --- /dev/null +++ b/apps/pg-operator.yaml @@ -0,0 +1,14 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: argocd + namespace: pg-operator +spec: + project: default + source: + repoURL: https://github.com/zalando/postgres-operator.git + targetRevision: HEAD + path: manifests + destination: + server: https://kubernetes.default.svc + namespace: pg-operator