mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
10 lines
179 B
YAML
10 lines
179 B
YAML
---
|
|
# Namespace should already exist
|
|
# Delete the system-upgrade namespace
|
|
# from the kustomization
|
|
$patch: delete
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: system-upgrade
|