apps/postgres-operator/app.yaml

17 lines
386 B
YAML
Raw Normal View History

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: postgres-operator
namespace: argo-system
spec:
destination:
server: https://kubernetes.default.svc
project: infrastructure
source:
path: postgres-operator
repoURL: https://code.icb4dc0.de/infrastructure/apps.git
targetRevision: HEAD
syncPolicy:
syncOptions:
- ServerSideApply=true