infra4talos/app-of-apps/postgres-operator.yaml

21 lines
503 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
helm:
parameters:
- name: image.tag
value: v1.15.0
repoURL: https://opensource.zalando.com/postgres-operator/charts/postgres-operator
targetRevision: 1.14.0
syncPolicy:
automated:
selfHeal: true