add akri
This commit is contained in:
19
helm/akri.yaml
Normal file
19
helm/akri.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
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
|
||||
Reference in New Issue
Block a user