apps/postgres-operator/app.yaml
Peter Kurfer 658fd51d3a
All checks were successful
Renovate / renovate (push) Successful in 1m32s
feat(cert-manager): update config for GatewayAPI
2025-01-21 18:39:22 +01:00

16 lines
386 B
YAML

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