From ac1f262e71febee6e5bd495345728e935234bf7b Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Thu, 2 Jul 2026 20:31:40 +0200 Subject: [PATCH] autocommit --- apps/kiali.yaml | 17 +++++++++++++++++ helm/kiali/Chart.yaml | 8 ++++++++ 2 files changed, 25 insertions(+) create mode 100644 apps/kiali.yaml create mode 100644 helm/kiali/Chart.yaml 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 +