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