15 lines
374 B
YAML
15 lines
374 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: postgres-operator
|
||
|
namespace: argocd
|
||
|
spec:
|
||
|
destination:
|
||
|
namespace: postgres-operator
|
||
|
server: https://kubernetes.default.svc
|
||
|
project: infra
|
||
|
source:
|
||
|
chart: postgres-operator
|
||
|
repoURL: https://opensource.zalando.com/postgres-operator/charts/postgres-operator
|
||
|
targetRevision: 1.10.1
|