autocommit

This commit is contained in:
Linus Vogel 2026-07-02 23:12:35 +02:00
parent 854493fbf6
commit 7ee4947583
2 changed files with 6 additions and 0 deletions

View File

@ -2,11 +2,15 @@ apiVersion: v1
kind: Namespace
metadata:
name: istio-system
labels:
istio-injection: enabled
---
apiVersion: v1
kind: Namespace
metadata:
name: istio-ingress
labels:
istio-injection: enabled
---
apiVersion: argoproj.io/v1alpha1
kind: Application

View File

@ -2,6 +2,8 @@ apiVersion: v1
kind: Namespace
metadata:
name: kiali-operator
labels:
istio-injection: enabled
---
apiVersion: argoproj.io/v1alpha1
kind: Application