Add pg operator

This commit is contained in:
Victor Timofei 2023-01-21 01:58:30 +02:00
parent 8aee8b275c
commit b05b4e9432
No known key found for this signature in database
GPG Key ID: DD624AB6CFB54FC8
1 changed files with 14 additions and 0 deletions

14
apps/pg-operator.yaml Normal file
View File

@ -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