mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 16:31:19 -05:00
13 lines
245 B
YAML
13 lines
245 B
YAML
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
annotations:
|
|
topology.istio.io/controlPlaneClusters: cluster1
|
|
labels:
|
|
kubernetes.io/metadata.name: istio-system
|
|
name: istio-system
|
|
spec:
|
|
finalizers:
|
|
- kubernetes
|
|
status:
|
|
phase: Active
|