From b381eccca57c40690a946a0cc2c9483e10a3e786 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Thu, 13 Oct 2022 03:02:38 +0200 Subject: [PATCH] fix(iot): Remove remaining namespace defintion This was moved to base app instead. --- apps/k8s01/iot/kustomization.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/k8s01/iot/kustomization.yaml b/apps/k8s01/iot/kustomization.yaml index 558ff3cf4..34b47c4fe 100644 --- a/apps/k8s01/iot/kustomization.yaml +++ b/apps/k8s01/iot/kustomization.yaml @@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../../base/iot -- namespace.yaml - certificate.yaml - oauth2.yaml - rainer.yaml -- GitLab