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 kind: Namespace
metadata: metadata:
name: istio-system name: istio-system
labels:
istio-injection: enabled
--- ---
apiVersion: v1 apiVersion: v1
kind: Namespace kind: Namespace
metadata: metadata:
name: istio-ingress name: istio-ingress
labels:
istio-injection: enabled
--- ---
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application

View File

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