From b5c59cfd99b68e69bf3630a74f929367f7a0c294 Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Fri, 15 Nov 2024 00:23:57 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=20gitops-sample=20?= =?UTF-8?q?=E5=91=BD=E5=90=8D=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了 namespace.yaml 文件,该文件定义了 gitops-sample 命名空间 - 此操作将删除集群中的 gitops-sample 命名空间及其所有资源 --- namespace.yaml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 namespace.yaml diff --git a/namespace.yaml b/namespace.yaml deleted file mode 100644 index 5a1f89f..0000000 --- a/namespace.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - creationTimestamp: null - name: gitops-sample -spec: {} -status: {} \ No newline at end of file