From 5776f0f113724cd67c011b33152a8f9873247703 Mon Sep 17 00:00:00 2001 From: Chris Werner Rau Date: Fri, 26 Apr 2024 10:05:32 +0200 Subject: [PATCH] =?UTF-8?q?chore(teuto-portal-k8s-worker)!:=20Revert=20"fe?= =?UTF-8?q?at(teuto-portal-k8s-worker=E2=80=A6=20(#904)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/teuto-portal-k8s-worker/ci/worker-values.yaml | 1 - charts/teuto-portal-k8s-worker/values.schema.json | 3 --- 2 files changed, 4 deletions(-) diff --git a/charts/teuto-portal-k8s-worker/ci/worker-values.yaml b/charts/teuto-portal-k8s-worker/ci/worker-values.yaml index 35c8f0e6e..881b4ac43 100644 --- a/charts/teuto-portal-k8s-worker/ci/worker-values.yaml +++ b/charts/teuto-portal-k8s-worker/ci/worker-values.yaml @@ -10,7 +10,6 @@ worker: - teuto-net syncInterval: 10s loggingFormat: json - environment: production kubeconfig: secret: name: k8s-access-token diff --git a/charts/teuto-portal-k8s-worker/values.schema.json b/charts/teuto-portal-k8s-worker/values.schema.json index 361464124..136897849 100644 --- a/charts/teuto-portal-k8s-worker/values.schema.json +++ b/charts/teuto-portal-k8s-worker/values.schema.json @@ -196,9 +196,6 @@ }, "loggingFormat": { "type": "string" - }, - "environment": { - "type": "string" } }, "additionalProperties": false