functions/deploy/argo-app.yaml
Peter Kurfer 952f0415d1
Some checks failed
functions / build (push) Failing after 7s
feat: initial version of comics API
2025-01-17 10:30:27 +01:00

15 lines
334 B
YAML

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