From 854493fbf61ce671007fa03cc6332cb1786b7655 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Thu, 2 Jul 2026 22:49:57 +0200 Subject: [PATCH] autocommit --- apps/kiali.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/kiali.yaml b/apps/kiali.yaml index f11729d..51409ad 100644 --- a/apps/kiali.yaml +++ b/apps/kiali.yaml @@ -1,3 +1,8 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: kiali-operator +--- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: @@ -14,5 +19,4 @@ spec: - values.yaml destination: server: https://kubernetes.default.svc - namespace: kiali-operator - createNamespace: true \ No newline at end of file + namespace: kiali-operator \ No newline at end of file