From 8c8001b999f962eeb409061849b2b18123e4555a Mon Sep 17 00:00:00 2001 From: chainzero <82888608+chainzero@users.noreply.github.com> Date: Wed, 24 Jan 2024 14:58:48 -0500 Subject: [PATCH] Delete charts/akash-inventory-operator/templates/kustomization.yaml Removal of unnnecessary kustomize file --- .../templates/kustomization.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 charts/akash-inventory-operator/templates/kustomization.yaml diff --git a/charts/akash-inventory-operator/templates/kustomization.yaml b/charts/akash-inventory-operator/templates/kustomization.yaml deleted file mode 100644 index 73238b1e..00000000 --- a/charts/akash-inventory-operator/templates/kustomization.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -namespace: akash-services -resources: - - service-accounts.yaml - - cluster-roles.yaml - - role-bindings.yaml - - service.yaml - - daemonset.yaml - - deployment.yaml -configMapGenerator: - - name: operator-inventory - files: - - config.yaml