From 38c3a4d1076ec43ef80f0d3308f18da57c8d9054 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Tue, 25 Oct 2022 07:38:31 +0200 Subject: [PATCH] feat(base): adding zalando postgresql operator --- base/kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/kustomization.yaml b/base/kustomization.yaml index a8380c5..07e2346 100644 --- a/base/kustomization.yaml +++ b/base/kustomization.yaml @@ -4,6 +4,8 @@ kind: Kustomization bases: - https://raw.githubusercontent.com/flannel-io/flannel/master/Documentation/kube-flannel.yml - https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml + - github.com/zalando/postgres-operator/manifests + - github.com/zalando/postgres-operator/ui/manifests - ./metallb - ./minio - ./nginx