Add pg operator
This commit is contained in:
parent
8aee8b275c
commit
b05b4e9432
|
@ -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
|
Loading…
Reference in New Issue