diff --git a/helm/akri.yaml b/helm/akri.yaml new file mode 100644 index 0000000..b363b97 --- /dev/null +++ b/helm/akri.yaml @@ -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 diff --git a/helm/default.yaml b/helm/ingress.yaml similarity index 100% rename from helm/default.yaml rename to helm/ingress.yaml