19 lines
428 B
YAML
Executable File
19 lines
428 B
YAML
Executable File
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: 'cursus-tekton-pipelines'
|
|
spec:
|
|
destination:
|
|
name: ''
|
|
namespace: 'cursus'
|
|
server: 'https://kubernetes.default.svc'
|
|
source:
|
|
path: .
|
|
repoURL: >-
|
|
https://gitlab-gitlab.apps.ocp4-vi.alliander.local/it4ot/cursus-tekton-pipelines.git
|
|
targetRevision: HEAD
|
|
project: cursus
|
|
# syncPolicy:
|
|
# syncOptions:
|
|
# - Replace=true
|