diff --git a/apps/kiali.yaml b/apps/kiali.yaml new file mode 100644 index 0000000..c7980e6 --- /dev/null +++ b/apps/kiali.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: istiod + namespace: argocd +spec: + project: default + source: + repoURL: https://gitea.linvogel.ch/linus/gitops.git + targetRevision: HEAD + path: helm/kiali + helm: + valueFiles: + - values.yaml + destination: + server: https://kubernetes.default.svc + namespace: istio-system \ No newline at end of file diff --git a/helm/kiali/Chart.yaml b/helm/kiali/Chart.yaml new file mode 100644 index 0000000..faaa948 --- /dev/null +++ b/helm/kiali/Chart.yaml @@ -0,0 +1,8 @@ +apiVersion: v2 +name: kiali +version: 0.1.0 +dependencies: + - name: kialiserver + version: v2.27 + repository: https://kiali.org/helm-charts +