From b05b4e943236158d635f18267ce771e6594feef8 Mon Sep 17 00:00:00 2001 From: Victor Timofei Date: Sat, 21 Jan 2023 01:58:30 +0200 Subject: [PATCH] Add pg operator --- apps/pg-operator.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 apps/pg-operator.yaml 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