20 lines
420 B
YAML
20 lines
420 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: akri-controller
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
chart: akri
|
|
repoURL: https://project-akri.github.io/akri/
|
|
targetRevision: 0.13.8
|
|
helm:
|
|
releaseName: akri
|
|
parameters:
|
|
- name: "agent.full"
|
|
value: "true"
|
|
destination:
|
|
server: "https://kubernetes.default.svc"
|
|
namespace: default
|