From 783c6bf1a5bb1dc54e94352bb84966ced913c9be Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Wed, 31 Jan 2024 11:41:24 +0100 Subject: [PATCH] devel: remove cruft --- busynix/staging/deployment_patch.yaml | 5 ----- busynix/staging/kustomization.yaml | 12 ------------ 2 files changed, 17 deletions(-) delete mode 100644 busynix/staging/deployment_patch.yaml delete mode 100644 busynix/staging/kustomization.yaml diff --git a/busynix/staging/deployment_patch.yaml b/busynix/staging/deployment_patch.yaml deleted file mode 100644 index 7c34250c..00000000 --- a/busynix/staging/deployment_patch.yaml +++ /dev/null @@ -1,5 +0,0 @@ -- op: replace - path: /spec/template/spec/containers/0/env/0 - value: - name: LOG_LEVEL - value: "4" diff --git a/busynix/staging/kustomization.yaml b/busynix/staging/kustomization.yaml deleted file mode 100644 index 4a57e31a..00000000 --- a/busynix/staging/kustomization.yaml +++ /dev/null @@ -1,12 +0,0 @@ -namePrefix: staging- -generatorOptions: - disableNameSuffixHash: true -patches: - - target: - group: apps - version: v1 - kind: Deployment - name: busynix - path: deployment_patch.yaml -resources: - - ../base