From c893a57060a2e21f0058a13df2f0bbc5d6282723 Mon Sep 17 00:00:00 2001 From: Linus Vogel Date: Tue, 14 Jul 2026 22:21:39 +0200 Subject: [PATCH] autocommit --- helm/argocd/templates/namespace.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 helm/argocd/templates/namespace.yaml diff --git a/helm/argocd/templates/namespace.yaml b/helm/argocd/templates/namespace.yaml new file mode 100644 index 0000000..0c822a5 --- /dev/null +++ b/helm/argocd/templates/namespace.yaml @@ -0,0 +1,6 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: argocd + labels: + istio-injection: enabled \ No newline at end of file