15 lines
334 B
YAML
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
|