diff --git a/apps/pg-operator.yaml b/apps/pg-operator.yaml deleted file mode 100644 index e1da4c7..0000000 --- a/apps/pg-operator.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: pg-operator ---- -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