18 lines
433 B
YAML
18 lines
433 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.14.0
|
|
helm:
|
|
valuesObject:
|
|
image:
|
|
tag: 1.15.0
|