functions/deploy/argo-app.yaml

16 lines
334 B
YAML
Raw Normal View History

2025-01-17 10:30:27 +01:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: functions
spec:
destination:
name: ""
namespace: functions
server: https://kubernetes.default.svc
source:
path: "deploy"
repoURL: https://code.icb4dc0.de/infrastructure/functions.git
targetRevision: HEAD
sources: []
project: default