16 lines
386 B
YAML
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
|