mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 01:01:27 -05:00
update
This commit is contained in:
parent
70a2b51314
commit
8f2086854d
3 changed files with 585 additions and 0 deletions
15
dmz/istio-system/templates/annotate.yaml
Normal file
15
dmz/istio-system/templates/annotate.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
annotations:
|
||||
kubectl.kubernetes.io/last-applied-configuration: |
|
||||
{"apiVersion":"v1","kind":"Namespace","metadata":{"annotations":{},"creationTimestamp":null,"name":"istio-system"},"spec":{},"status":{}}
|
||||
topology.istio.io/controlPlaneClusters: cluster1
|
||||
labels:
|
||||
kubernetes.io/metadata.name: istio-system
|
||||
name: istio-system
|
||||
spec:
|
||||
finalizers:
|
||||
- kubernetes
|
||||
status:
|
||||
phase: Active
|
||||
Loading…
Add table
Add a link
Reference in a new issue