From ed91d467fe113f9996e12d8f3f3d7c6ff491979f Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Fri, 15 May 2020 16:48:32 +0100 Subject: [PATCH] Remove kube-system NS, move to annoted via sync hook later on --- charts/kubezero-kiam/Chart.yaml | 2 +- charts/kubezero-kiam/templates/namespace.yaml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 charts/kubezero-kiam/templates/namespace.yaml diff --git a/charts/kubezero-kiam/Chart.yaml b/charts/kubezero-kiam/Chart.yaml index d2ee70e..f11c886 100644 --- a/charts/kubezero-kiam/Chart.yaml +++ b/charts/kubezero-kiam/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kubezero-kiam description: KubeZero Umbrella Chart for Kiam type: application -version: 0.1.2 +version: 0.1.3 home: https://kubezero.com icon: https://cdn.zero-downtime.net/assets/logo_small.png keywords: diff --git a/charts/kubezero-kiam/templates/namespace.yaml b/charts/kubezero-kiam/templates/namespace.yaml deleted file mode 100644 index f0690ca..0000000 --- a/charts/kubezero-kiam/templates/namespace.yaml +++ /dev/null @@ -1,6 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: kube-system - annotations: - iam.amazonaws.com/permitted: ".*"